DelegationState.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the delegation mode.
public:
property System::String ^ Mode { System::String ^ get(); };
public string Mode { get; }
member this.Mode : string
Public ReadOnly Property Mode As String
Property Value
The value of the mode
parameter that was passed to the DelegationState(String, String, String) constructor.
Remarks
There are three delegation modes: read-only, read/write, and not delegated. The Mode property specifies the localized strings for these modes (for example, "ConfigurationReadOnly" or "ConfigurationReadWrite"). The Mode property is set when the DelegationState object is created.