ProductKey.activatedat Property

JustinBack

ProductKeyactivatedat Property

Gets or sets when the key has been created or activated.

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

Property Value

Type: String
The timestamp of activation.
See Also