DelegationState Class
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.
Stores the delegation mode and the localized display strings for the delegation mode.
public ref class DelegationState
public class DelegationState
type DelegationState = class
Public Class DelegationState
- Inheritance
-
DelegationState
Remarks
To specify the read/write permission of a module, use the Mode property of this class.
Constructors
DelegationState(String, String, String) |
Initializes a new instance of the DelegationState class. |
Properties
Description |
Gets the localized description that is used for the delegation tasks. |
Mode |
Gets the delegation mode. |
Text |
Gets the localized display description for the mode. |