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 : IsRelease Property |
[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); }