Instance.ChildInstances Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > Instance Class > Instance Properties >

Instance.ChildInstances Property

Gets the list of child instances associated with this object.

Namespace: BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public IList<IBNCSChildInstance> ChildInstances { get; }

Return Value

The list of child instances.

 

See Also


Instance Class

BNCS Namespace