IsExpired Property
Summary
Gets a value indicating whether the LEADTOOLS PACS Framework is expired.
Syntax
public bool IsExpired { get; }
Public ReadOnly Property IsExpired As Boolean
public:
property bool IsExpired {
bool get();
}
Property Value
true
if the framework is expired, otherwise it is
false
.