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






    IsRamLicense Property
    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
    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