IsExpired Property
Summary
Gets a value that indicates whether the LEADTOOLS Runtime License is expired.
Syntax
[DataMemberAttribute()]
public bool IsExpired { get; set; }
<DataMemberAttribute()>
Public Property IsExpired As Boolean
[DataMemberAttribute()]
public:
property bool IsExpired {
bool get();
void set ( bool );
}
Property Value
true if the license is expired; otherwise false.