DocumentableItem::Namespaces Property

 

Gets or sets the dictionary of namespace prefixes and namespaces used to preserve namespace prefixes and namespaces when a ServiceDescription object is constructed.

Namespace:   System.Web.Services.Description
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
Return to top
Show: