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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also