DicomObjects.NET.8.48 Documentation
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 System.String
    'Usage
     
    
    Dim instance As DicomLicense.RamLicenseInfo
    Dim value As System.String
     
    instance.MachineID = value
     
    value = instance.MachineID
    public System.string MachineID {get; set;}
    public read-write property MachineID: System.String; 
    public function get,set MachineID : System.String
    public: __property System.string* get_MachineID();
    public: __property void set_MachineID( 
       System.string* value
    );
    public:
    property System.String^ MachineID {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also