ProductKeyListResult.success Property

JustinBack

ProductKeyListResultsuccess Property

Gets or sets a value indicating whether this ProductKeyListResult is success.

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

Property Value

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