共用方式為


BackupEndpointElement.EndpointName 屬性

定義

取得或設定用來識別組態檔中此端點的名稱。

public:
 property System::String ^ EndpointName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string EndpointName { get; set; }
[<System.Configuration.ConfigurationProperty("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.EndpointName : string with get, set
Public Property EndpointName As String

屬性值

名稱。

屬性

備註

指定的名稱會做為索引鍵,參考具有相同名稱的已設定用戶端端點項目。

適用於