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

プロパティ値

名前。

属性

注釈

指定された名前は、同じ名前で構成されたクライアント エンドポイント要素を参照するキーとして使用されます。

適用対象