Click or drag to resize

NativeProxyLicenseExpirationDate Property

Gets the license expiration date. Note this value will only be meaningful once the license has been evaluated, not immediately at startup.

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public DateTime LicenseExpirationDate { get; }

Property Value

Type: DateTime
The license expiration date.
See Also