FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsReturnsCollection..::..Item Property

Gets or sets the [string] with the specified key.

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

Syntax


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

Parameters

key
Type: String
The key.

Return Value

System.String.