LicenseResult.Revoked Property

JustinBack

LicenseResultRevoked Property

Gets or sets a value indicating whether this License is revoked.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public bool Revoked { get; set; }
Public Property Revoked As Boolean
	Get
	Set
public:
property bool Revoked {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
true if revoked; otherwise, false.
See Also