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

Returns true if the path only contains a root property.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

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

See Also

PropertyChain Structure
Spielwerke.Data Namespace