[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public List<ParentChildInfo> ChildNodes { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChildNodes As List(Of ParentChildInfo)
Visual C++
public:
property List<ParentChildInfo^>^ ChildNodes {
	List<ParentChildInfo^>^ get ();
}

See Also