DelegationState(String, String, String) Constructor

Definition

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.

Applies to