DocumentableItem::Namespaces Property
.NET Framework (current version)
Gets or sets the dictionary of namespace prefixes and namespaces used to preserve namespace prefixes and namespaces when a ServiceDescription object is constructed.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property XmlSerializerNamespaces^ Namespaces { XmlSerializerNamespaces^ get(); void set(XmlSerializerNamespaces^ value); }
Property Value
Type: System.Xml.Serialization::XmlSerializerNamespaces^A XmlSerializerNamespaces dictionary containing prefix/namespace pairs.
.NET Framework
Available since 2.0
Available since 2.0
Show: