clsVariableCollection..::..Item Property
Gets or sets the clsVariable with the specified key.
Namespace:
FlowWright.cDevDecisionEngineAssembly: 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.