DelegationState.Mode Property

Definition

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.

Applies to