In This Topic
UIDRoot used by the
NewUID method
Syntax
'Declaration
Public Shared Property UIDRoot As System.String
'Usage
Dim value As System.String
DicomGlobal.UIDRoot = value
value = DicomGlobal.UIDRoot
public static System.string UIDRoot {get; set;}
public read-write property UIDRoot: System.String; static;
public static function get,set UIDRoot : System.String
public: __property static System.string* get_UIDRoot();
public: __property static void set_UIDRoot(
System.string* value
);
public:
static property System.String^ UIDRoot {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also