Share via


ActionGroup Constructor (String, String)

 

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

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

Syntax

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

Parameters

  • displayName
    Type: System.String

    The display name of the action group.

  • description
    Type: System.String

    The long description of the action group.

See Also

ActionGroup Overload
ActionGroup Class
Microsoft.ManagementConsole Namespace

Return to top