DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / LicenseID Property



    LicenseID Property
    The ID for this particular license
    Syntax
    'Declaration
     
    Public ReadOnly Property LicenseID As Integer
     
    'Usage
     
    Dim instance As DicomLicense
    Dim value As Integer
     
    value = instance.LicenseID
    Remarks
    When combined with the AuthorisationID, this creates a unique identifier for the license
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also