SoapRpcMethodAttribute.Use Proprietà

Definizione

Ottiene o imposta l'associazione utilizzata durante la chiamata del metodo.

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

Valore della proprietà

Membro dell'enumerazione SoapBindingUse che specifica l'associazione utilizzata durante la chiamata del metodo.

Attributi

Commenti

Il valore predefinito di questa proprietà è Default.

Si applica a