ConfigurationProperty.Name 속성

정의

ConfigurationProperty이름을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

ConfigurationProperty의 이름입니다.

예제

다음 코드 예제에서는 지정된 된 속성에 Name 대 한 가져오는 방법을 보여 있습니다.

string name = _MaxIdleTime.Name;
Console.WriteLine("MaxIdleTime name: {0}", name);
Dim name As String = _MaxIdleTime.Name
Console.WriteLine("MaxIdleTime name: {0}", name)

설명

인스턴스 ConfigurationProperty 가 기본 컬렉션인 경우 해당 이름은 빈 문자열로 자동으로 정의됩니다.

적용 대상

추가 정보