SOPClass Property (DicomImage)
In This Topic
SOP class of the DicomDataSet.
Syntax
'Declaration
Public Property SOPClass As System.String
'Usage
Dim instance As DicomImage
Dim value As System.String
instance.SOPClass = value
value = instance.SOPClass
public System.string SOPClass {get; set;}
public read-write property SOPClass: System.String;
public function get,set SOPClass : System.String
public: __property System.string* get_SOPClass();
public: __property void set_SOPClass(
System.string* value
);
public:
property System.String^ SOPClass {
System.String^ get();
void set ( System.String^ value);
}
Property Value
The SOP class UID
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also