In This Topic
Contains a list of SOP Class UIDs for all DataSet items contained in this Collection
Syntax
'Declaration
Public ReadOnly Property SopUIDList As System.String()
'Usage
Dim instance As DicomDataSetCollection
Dim value() As System.String
value = instance.SopUIDList
public System.string[] SopUIDList {get;}
public read-only property SopUIDList: System.array of String;
public function get SopUIDList : System.String[]
public: __property System.string*[]* get_SopUIDList();
public:
property System.array<String^>^ SopUIDList {
System.array<String^>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also