DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / MachineId Property



In This Topic
    MachineId Property
    In This Topic
    A unique string to identify each machine
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property MachineId As String
    'Usage
     
    
    Dim value As String
     
    value = DicomLicence.MachineId
    public static string MachineId {get;}
    public:
    static property String^ MachineId {
       String^ get();
    }
    Remarks
    This string is needed to generate a Licence and must be entered into the web activation system when ActivateOffLine is to be used.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also