다음을 통해 공유


ConfigurationAuthenticationModuleService.EnabledPropertyName 속성

정의

파생 클래스에서 재정의되는 경우 사용 값을 지정하는 특성 이름을 가져옵니다.

protected:
 abstract property System::String ^ EnabledPropertyName { System::String ^ get(); };
protected abstract string EnabledPropertyName { get; }
member this.EnabledPropertyName : string
Protected MustOverride ReadOnly Property EnabledPropertyName As String

속성 값

사용 값을 지정하는 특성 이름입니다.

설명

이 속성은 "mode", "impersonate" 또는 "enabled"에 비슷할 수 있는 값을 가져옵니다. 특성 값(또는 falsetrue 부울 값)은 모듈의 사용 여부를 지정합니다.

적용 대상