SoapRpcMethodAttribute.Use Eigenschap

Definitie

Hiermee haalt u de binding op die wordt gebruikt bij het aanroepen van de methode.

public:
 property System::Web::Services::Description::SoapBindingUse Use { System::Web::Services::Description::SoapBindingUse get(); void set(System::Web::Services::Description::SoapBindingUse value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Web.Services.Description.SoapBindingUse Use { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Use : System.Web.Services.Description.SoapBindingUse with get, set
Public Property Use As SoapBindingUse

Waarde van eigenschap

Een lid van de SoapBindingUse opsomming die de binding aangeeft die wordt gebruikt bij het aanroepen van de methode.

Kenmerken

Opmerkingen

De standaardwaarde van deze eigenschap is Default.

Van toepassing op