KeyGenerationResult.Keys Property

JustinBack

KeyGenerationResultKeys Property

Gets or sets the product keys.

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

Property Value

Type: ListString
The product keys.
See Also