SoapAddressBinding.Location Proprietà

Definizione

Ottiene o imposta un valore che rappresenta l'URI per l'oggetto Port a cui si applica l'oggetto SoapAddressBinding.

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
member this.Location : string with get, set
Public Property Location As String

Valore della proprietà

Stringa contenente un URI. Il valore predefinito è una stringa vuota ("").

Esempio

SoapBinding_SoapOperationBinding#12

Si applica a