System.Web.Services.Description.SoapBodyBinding.Namespace Property

Get or sets the URI representing the location of the specifications for encoding of content not specifically defined by the SoapBodyBinding.Encoding property.

Syntax

[System.Xml.Serialization.XmlAttribute("namespace")]
[System.ComponentModel.DefaultValue("")]
public string Namespace { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property will return an empty string ("") if the property value has not been set. The value should only be set if the value of the SoapBodyBinding.Use property is Encoded. Otherwise the property value will be ignored, thus leading to unexpected behavior by the XML Web service.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0