Returns an xml string that represents the PropertyDictionary.

Namespace:  Mindroute.Core.Collections
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

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

Return Value

An xml string that represents the PropertyDictionary, null if the dictionary is empty.

See Also