ImportedLabelType Property
In This Topic
The type of label created by DicomObjects from Presentation states
Syntax
'Declaration
Public Shared Property ImportedLabelType As System.Type
'Usage
Dim value As System.Type
DicomLabel.ImportedLabelType = value
value = DicomLabel.ImportedLabelType
public static System.Type ImportedLabelType {get; set;}
public read-write property ImportedLabelType: System.Type; static;
public static function get,set ImportedLabelType : System.Type
public: __property static System.Type* get_ImportedLabelType();
public: __property static void set_ImportedLabelType(
System.Type* value
);
public:
static property System.Type^ ImportedLabelType {
System.Type^ get();
void set ( System.Type^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also