DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim instance As DicomLicense
    Dim value As Boolean
     
    value = instance.IsRamLicense
    public bool IsRamLicense {get;}
    public:
    property bool IsRamLicense {
       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.0 or higher

    See Also