DicomObjects.NET.8.48 Documentation
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.8 or higher

    See Also