clsFormVariableCollection..::..Item Property
Gets or sets the clsFormVariable with the specified key.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public clsFormVariable this[ string key ] { get; set; }
Public Default Property Item ( _ key As String _ ) As clsFormVariable Get Set
public: property clsFormVariable^ default[String^ key] { clsFormVariable^ get (String^ key); void set (String^ key, clsFormVariable^ value); }
Parameters
- key
- Type: String
The key.