Click or drag to resize
INodeCollectionItem Property (String)
Get a node by name

Namespace: FlexRule.Flows.Model
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Node this[
	string name
] { get; }

Parameters

name
Type: SystemString

Return Value

Type: Node
See Also