ProductKeyListResult.Keys Property

JustinBack

ProductKeyListResultKeys Property

Gets or sets the product keys.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public List<ProductKey> Keys { get; set; }
Public Property Keys As List(Of ProductKey)
	Get
	Set
public:
property List<ProductKey^>^ Keys {
	List<ProductKey^>^ get ();
	void set (List<ProductKey^>^ value);
}

Property Value

Type: ListProductKey
The product keys.
See Also