共用方式為


SoapAddressBinding.Location 屬性

定義

取得或設定數值,表示套用 PortSoapAddressBinding URI。

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

屬性值

String

包含 URI 的字串。 預設值為空字串 ("")。

範例

SoapBinding_SoapOperationBinding#12

適用於