KeyActivationResult.message Property

JustinBack

KeyActivationResultmessage Property

Gets or sets the response message.

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

Property Value

Type: String
The response message.
See Also