MetaSOPClass Property (DicomPrint)
Returns the Meta SOP Class used during the printing session
public System.string MetaSOPClass {get;}
public read-only property MetaSOPClass: System.String;
public function get MetaSOPClass : System.String
public: __property System.string* get_MetaSOPClass();
public:
property System.String^ MetaSOPClass {
System.String^ get();
}
'Declaration
Public ReadOnly Property MetaSOPClass As System.String
'Usage
Dim instance As DicomPrint
Dim value As System.String
value = instance.MetaSOPClass
Target Platforms: .NET CLR 4.8 or higher