DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense.RamLicenseInfo Class / MachineID Property



In This Topic
    MachineID Property (DicomLicense.RamLicenseInfo)
    In This Topic
    The machine's ID
    Syntax
    'Declaration
     
    Public Property MachineID As String
    'Usage
     
    Dim instance As DicomLicense.RamLicenseInfo
    Dim value As String
     
    instance.MachineID = value
     
    value = instance.MachineID
    public string MachineID {get; set;}
    public:
    property String^ MachineID {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also