Keysight Pathwave 89600 VSA .NET API
Expiration Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > License Class : Expiration Property


Glossary Item Box

Gets the expiration date of this license.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Expiration As Date
C# 
public abstract DateTime Expiration {get;}
C++/CLI 
public:
abstract property DateTime Expiration {
   DateTime get();
}

Remarks

if this is a permanent license, then the expiration is DateTime.MaxValue. If this is not a valid license, then the expiration is DateTime.MinValue.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also