DicomObjects.NET.V8
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 String
    'Usage
     
    Dim value As String
     
    value = DicomLicense.MachineID
    public static string MachineID {get;}
    public:
    static property String^ MachineID {
       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.0 or higher

    See Also