XmlDictionaryString.Dictionary Property

Definition

Represents the IXmlDictionary passed to the constructor of this instance of XmlDictionaryString.

public:
 property System::Xml::IXmlDictionary ^ Dictionary { System::Xml::IXmlDictionary ^ get(); };
public System.Xml.IXmlDictionary Dictionary { get; }
member this.Dictionary : System.Xml.IXmlDictionary
Public ReadOnly Property Dictionary As IXmlDictionary

Property Value

The IXmlDictionary for this dictionary entry.

Applies to