| IElementModelParameterCollectionItem Property (Int32) |
Returns value of a parameter by its index
Namespace: FlexRule.Core.ModelAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxstring this[
int index
] { get; }Parameters
- index
- Type: SystemInt32
Index of parameter in the collection
Return Value
Type:
StringValue of parameter
See Also