XPathMessageContextMarkupExtension.Namespaces Property

Definition

Gets the namespaces contained in this instance.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Namespaces { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> Namespaces { get; }
member this.Namespaces : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Namespaces As Dictionary(Of String, String)

Property Value

A collection of namespaces and prefixes.

Applies to