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