System.Web.Services.Description.SoapBodyBinding.Use Property

Indicates whether the message parts are encoded using specified encoding rules, or define the concrete schema of the message.

Syntax

[System.Xml.Serialization.XmlAttribute("use")]
[System.ComponentModel.DefaultValue(System.Web.Services.Description.SoapBindingUse.Default)]
public SoapBindingUse Use { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SoapBodyBinding.Namespace and SoapBodyBinding.Encoding properties depend on the value of this property. Their values should be set only if the value of this property is Encoded. Otherwise the XML Web service will produce unexpected behavior.

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