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

Returns the parent property handle, i.e. parent of the leaf or PropertyHandle.Null if the path is empty or only contains a root property (therefore no parent)

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

Syntax

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

See Also

PropertyChain Structure
Spielwerke.Data Namespace