다음을 통해 공유


BackupEndpointCollection.Name 속성

정의

구성 파일에서 이 요소 컬렉션을 식별하는 데 사용되는 이름을 가져오거나 설정합니다.

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

속성 값

String

컬렉션의 이름입니다.

특성

적용 대상