Click or drag to resize

NativeProxyLicenseHasExpired Property

Gets a value indicating whether license has expired. Note this value will only be meaningful once the license has been evaluated, not immediately at startup.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool LicenseHasExpired { get; }

Property Value

Type: Boolean
true if license has expired; otherwise, false.
See Also