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

Show in webframe

IsEval Property






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

            

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

Property Value

true if the license is Evaluation; false if the license is Release.
Requirements

Target Platforms

See Also

Reference

GetLicenseInfoResponse Class
GetLicenseInfoResponse Members

Error processing SSI file