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






In This Topic
    LicenseID Property
    In This Topic
    The ID for this particular license
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LicenseID As System.Integer
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As System.Integer
     
    value = instance.LicenseID
    public System.int LicenseID {get;}
    public read-only property LicenseID: System.Integer; 
    public function get LicenseID : System.int
    public: __property System.int get_LicenseID();
    public:
    property System.int LicenseID {
       System.int get();
    }
    Remarks
    When combined with the AuthorisationID, this creates a unique identifier for the license
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also