FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsProps..::..Item Property

Gets or sets the [System.Object] with the specified key.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.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.Object.