ImplementationUID Property (DicomGlobal)
In This Topic
The Implementation UID of this application
Syntax
'Declaration
Public Shared Property ImplementationUID As System.String
'Usage
Dim value As System.String
DicomGlobal.ImplementationUID = value
value = DicomGlobal.ImplementationUID
public static System.string ImplementationUID {get; set;}
public read-write property ImplementationUID: System.String; static;
public static function get,set ImplementationUID : System.String
public: __property static System.string* get_ImplementationUID();
public: __property static void set_ImplementationUID(
System.string* value
);
public:
static property System.String^ ImplementationUID {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also