EResult.Message Property

JustinBack

EResultMessage Property

Gets or sets the status 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 status message.
See Also