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

SoapBindingUse 值之一。 默认值为 Default

适用于