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

Show in webframe

IsRelease Property






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

            

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

Property Value

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

Target Platforms

See Also

Reference

GetLicenseInfoResponse Class
GetLicenseInfoResponse Members

Error processing SSI file