SoapRpcServiceAttribute.Use Vlastnost

Definice

Získá nebo nastaví vazbu použitou při vyvolání metod webové služby.

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

Hodnota vlastnosti

SoapBindingUse

Člen výčtu SoapBindingUse určující vazbu použitou při vyvolání metod webové služby.

Atributy

Poznámky

Výchozí hodnota této vlastnosti je Default.

Platí pro