Send.Endpoint 屬性

定義

取得或設定傳送訊息的目的地端點。

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

屬性值

Endpoint

端點。

備註

如果已設定這個屬性,則 EndpointConfigurationName 屬性應該是 null

適用於