DelegationState(String, String, String) Constructor
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.
Initializes a new instance of the DelegationState class.
public:
DelegationState(System::String ^ mode, System::String ^ text, System::String ^ description);
public DelegationState (string mode, string text, string description);
new Microsoft.Web.Management.Server.DelegationState : string * string * string -> Microsoft.Web.Management.Server.DelegationState
Public Sub New (mode As String, text As String, description As String)
Parameters
- mode
- String
The delegation mode.
- text
- String
The localized description for the mode.
- description
- String
The localized tooltip that is used for the delegation tasks.
Exceptions
The description
, mode
, or text
parameter is null
or empty.