MetaSOPClass Property (DicomPrint)
In This Topic
Returns the Meta SOP Class used during the printing session
Syntax
'Declaration
Public ReadOnly Property MetaSOPClass As System.String
'Usage
Dim instance As DicomPrint
Dim value As System.String
value = instance.MetaSOPClass
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also