←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly