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

Returns path of the property built from dot separated names of properties. PropertyChain string of the root property is empty "", string of empty path is "(empty)". If a property does not carry a name, it is entered in the chain with "(null)".

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

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString () override

Return Value

Dot separated path, e.g. "RootPropertyName.TopLevelPropertyName.ParentName.LeafName"

See Also

PropertyChain Structure
Spielwerke.Data Namespace