Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

IsExpired Property






Gets a value that indicates whether the LEADTOOLS Runtime License is expired.
Syntax
[DataMemberAttribute()]
public bool IsExpired {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property IsExpired As Boolean
'Usage
 
Dim instance As GetLicenseInfoResponse
Dim value As Boolean
 
instance.IsExpired = value
 
value = instance.IsExpired

            

            
[DataMemberAttribute()]
public:
property bool IsExpired {
   bool get();
   void set (    bool value);
}

Property Value

true if the license is expired; otherwise false.
Requirements

Target Platforms

See Also

Reference

GetLicenseInfoResponse Class
GetLicenseInfoResponse Members

Error processing SSI file