DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / MachineID Property






In This Topic
    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();
    }
    Remarks
    This string is needed to generate a license and must be entered into the web activation system when ActivateOffLine is to be used.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also