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

The list index of the Child.

Namespace:  OfficeClip.BusinessLayer.OfficePortal.CorpMenu
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int ChildListIndex { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChildListIndex As Integer
Visual C++
public:
property int ChildListIndex {
	int get ();
}

See Also