XmlSerializationWriter.Namespaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a list of XML qualified name objects that contain the namespaces and prefixes used to produce qualified names in XML documents.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
property System::Collections::ArrayList ^ Namespaces { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
protected System.Collections.ArrayList? Namespaces { get; set; }
protected System.Collections.ArrayList Namespaces { get; set; }
member this.Namespaces : System.Collections.ArrayList with get, set
Protected Property Namespaces As ArrayList
Property Value
An ArrayList that contains the namespaces and prefix pairs.
Remarks
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.