SoapHeaderFaultBinding.Use 属性

定义

指定标头是使用属性指定的 Encoding 规则进行编码,还是封装在具体架构中。

public:
 property System::Web::Services::Description::SoapBindingUse Use { System::Web::Services::Description::SoapBindingUse get(); void set(System::Web::Services::Description::SoapBindingUse value); };
public System.Web.Services.Description.SoapBindingUse Use { get; set; }
member this.Use : System.Web.Services.Description.SoapBindingUse with get, set
Public Property Use As SoapBindingUse

属性值

其中一个 SoapBindingUse 值。 默认值为 Default

适用于