Click or drag to resize
IElementModelParameterCollectionItem Property (Int32)
Returns value of a parameter by its index

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
string this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of parameter in the collection

Return Value

Type: String
Value of parameter
See Also