Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.JobProcessor.DataContracts Namespace > GetLicenseInfoResponse Class : IsEval Property |
[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); }