DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / IsRamLicense Property






In This Topic
    IsRamLicense Property
    In This Topic
    Check whether the currently active license is a temporary (RAM) license
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRamLicense As System.Boolean
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As System.Boolean
     
    value = instance.IsRamLicense
    public System.bool IsRamLicense {get;}
    public read-only property IsRamLicense: System.Boolean; 
    public function get IsRamLicense : System.boolean
    public: __property System.bool get_IsRamLicense();
    public:
    property System.bool IsRamLicense {
       System.bool get();
    }
    Remarks

    This method is only available in special builds of DicomObjects which include the temporary licensing facility

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also