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

Returns the leaf property of the path, i.e. the outer most property.

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

Syntax

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

See Also

PropertyChain Structure
Spielwerke.Data Namespace