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

Returns top-level property handle (first element before the root) or Null if there's no such element.

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

Syntax

C#
public PropertyHandle TopLevel{ get;}
Visual Basic (Declaration)
Public ReadOnly Property TopLevel As PropertyHandle
Visual C++
public:
property PropertyHandle TopLevel {
	PropertyHandle get ();
}

See Also

PropertyChain Structure
Spielwerke.Data Namespace