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



    LicenseType Property
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also