Click or drag to resize
ElementSectionCollectionItem Property
Returns ElementSection by its name

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

Parameters

sectionName
Type: SystemString

Return Value

Type: ElementSection
See Also