Click or drag to resize

PFRelation_StructureObjectParentType, ChildTypeItem Property (Int64)

Gets a child object with the specified id.

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[
	long id
] { get; }

Parameters

id
Type: SystemInt64

Property Value

Type: ChildType
See Also