FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsVariableCollection..::..Item Property

Gets or sets the clsVariable with the specified key.

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

Syntax


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

Parameters

key
Type: String
The key.

Return Value

clsVariable.