다음을 통해 공유


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

속성 값

String

이름입니다.

특성

설명

지정된 이름은 같은 이름의 구성된 클라이언트 엔드포인트 요소를 참조하는 키 역할을 합니다.

적용 대상