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