SoapAddressBinding.Location Property

Definition

Gets or sets a value representing the URI for the Port to which the SoapAddressBinding applies.

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

Property Value

A string containing a URI. The default value is an empty string ("").

Examples

SoapBinding_SoapOperationBinding#12

Applies to