Click or drag to resize

PFRelation_StructureObjectParentType, ChildTypeItem Property (String)

Gets a child object with the specified name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ChildType this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: ChildType
See Also