Contains a list of SOP Class UIDs for all DataSet items contained in this Collection
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();
}
'Declaration
Public ReadOnly Property SopUIDList As System.String()
'Usage
Dim instance As DicomDataSetCollection
Dim value() As System.String
value = instance.SopUIDList
Target Platforms: .NET CLR 4.8 or higher