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

プロパティ値

名前。

属性

注釈

指定した名前は、同じ名前を持つ構成済みのクライアント エンドポイント要素を参照するキーとして機能します。

適用対象