FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsGlobalCollection..::..Item Property

Gets or sets the clsGlobal with the specified key.

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

Syntax


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

Parameters

key
Type: String
The key.

Return Value

clsGlobal.