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

Returns the complete property chain as array of PropertyHandles, starting with root, ending with leaf.

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

Syntax

C#
public PropertyHandle[] Chain{ get;}
Visual Basic (Declaration)
Public ReadOnly Property Chain As PropertyHandle()
Visual C++
public:
property array<PropertyHandle>^ Chain {
	array<PropertyHandle>^ get ();
}

See Also

PropertyChain Structure
Spielwerke.Data Namespace