DicomObjects.NET.V8
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 Boolean
     
    'Usage
     
    Dim instance As DicomLicense
    Dim value As 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.0 or higher

    See Also