StatusTransaction..::..Variables Property

Gets or sets the variables.

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

Syntax


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

Field Value

The variables.