CommandWithResult..::..Command Property

Gets or sets the command.

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

Syntax


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

Field Value

The command.