OperatorWithOperands..::..Operands Property

Gets or sets the operands.

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

Syntax


public List<string> Operands { get; set; }
Public Property Operands As List(Of String)
	Get
	Set
public:
property List<String^>^ Operands {
	List<String^>^ get ();
	void set (List<String^>^ value);
}

Field Value

The operands.