MetaSOPClass Property (DicomAssociation)
Determines the Abstract Syntax used for normalised operations
public System.string MetaSOPClass {get; set;}
public read-write property MetaSOPClass: System.String;
public function get,set MetaSOPClass : System.String
public: __property System.string* get_MetaSOPClass();
public: __property void set_MetaSOPClass(
System.string* value
);
public:
property System.String^ MetaSOPClass {
System.String^ get();
void set ( System.String^ value);
}
'Declaration
Public Property MetaSOPClass As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
instance.MetaSOPClass = value
value = instance.MetaSOPClass
Target Platforms: .NET CLR 4.8 or higher