MachineID Property (DicomLicense)
In This Topic
A unique string for each machine.
Syntax
'Declaration
Public Shared ReadOnly Property MachineID As System.String
'Usage
Dim value As System.String
value = DicomLicense.MachineID
public static System.string MachineID {get;}
public read-only property MachineID: System.String; static;
public static function get MachineID : System.String
public: __property static System.string* get_MachineID();
public:
static property System.String^ MachineID {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also