Share via


Action Constructor (String, String)

 

Initializes a new instance of the Action class using the display name and the long description as parameters.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public Action(
    string displayName,
    string description
)
public:
Action(
    String^ displayName,
    String^ description
)
new : 
        displayName:string *
        description:string -> Action
Public Sub New (
    displayName As String,
    description As String
)

Parameters

  • description
    Type: System.String

    A long description of the action.

See Also

Action Overload
Action Class
Microsoft.ManagementConsole Namespace

Return to top