Send.EndpointConfigurationName 屬性

定義

取得或設定端點組態的名稱。

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

屬性值

String

端點組態名稱。

備註

這個屬性會在您設定組態檔中的端點時設定。 這個屬性應該設定為組態檔中 <endpoint> 項目所提供的名稱。 如果已設定這個屬性,則 Endpoint 屬性應該是 null

適用於