FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFormVariableCollection..::..Item Property

Gets or sets the clsFormVariable with the specified key.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public clsFormVariable this[
	string key
] { get; set; }
Public Default Property Item ( _
	key As String _
) As clsFormVariable
	Get
	Set
public:
property clsFormVariable^ default[String^ key] {
	clsFormVariable^ get (String^ key);
	void set (String^ key, clsFormVariable^ value);
}

Parameters

key
Type: String
The key.

Return Value

clsFormVariable.