DicomObjects.NET.V8
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 Integer
    'Usage
     
    Dim instance As DicomLicense
    Dim value As Integer
     
    value = instance.LicenseID
    public int LicenseID {get;}
    public:
    property int LicenseID {
       int get();
    }
    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