StatusTransaction..::..Message Property

Gets or sets the message.

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


[RequiredAttribute]
public string Message { get; set; }
<RequiredAttribute> _
Public Property Message As String
	Get
	Set
[RequiredAttribute]
public:
property String^ Message {
	String^ get ();
	void set (String^ value);
}

Field Value

The message.