DicomObjects.NET.8.48 Documentation
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 read-only property LicenseType: LicenseTypes; 
    public function get LicenseType : LicenseTypes
    public: __property LicenseTypes get_LicenseType();
    public:
    property LicenseTypes LicenseType {
       LicenseTypes get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also