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



In This Topic
    LicenseType Property
    In This Topic
    The Type (Full, Trial or Developer) of this license.
    Syntax
    'Declaration
     
    Public ReadOnly Property LicenseType As LicenseTypes
    'Usage
     
    Dim instance As DicomLicense
    Dim value As LicenseTypes
     
    value = instance.LicenseType
    public LicenseTypes LicenseType {get;}
    public:
    property LicenseTypes LicenseType {
       LicenseTypes get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also