다음을 통해 공유


DelegationState.Mode 속성

정의

위임 모드를 가져옵니다.

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

속성 값

생성자에 전달된 매개 변수의 modeDelegationState(String, String, String) 값입니다.

설명

읽기 전용, 읽기/쓰기 및 위임되지 않은 세 가지 위임 모드가 있습니다. 속성은 Mode 이러한 모드에 대해 지역화된 문자열을 지정합니다(예: "ConfigurationReadOnly" 또는 "ConfigurationReadWrite"). 속성은 Mode 개체를 DelegationState 만들 때 설정됩니다.

적용 대상