IsExpired Property

Summary

Gets a value that indicates whether the LEADTOOLS Runtime License is expired.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public bool IsExpired { get; set; } 
  
<DataMemberAttribute()> 
Public Property IsExpired As Boolean 
[DataMemberAttribute()] 
public: 
property bool IsExpired { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the license is expired; otherwise false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly