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






    LicenseID Property
    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
    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