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

Set to true when the following items are merged-child items of this item.

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool HasChildren { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasChildren As Boolean
Visual C++
public:
property bool HasChildren {
	bool get ();
}

See Also