Share via


InventoryAction Constructor (String, String, String)

 

Initializes a new instance of the InventoryAction class.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public InventoryAction(
    string actionType,
    string actionId,
    string description
)
public:
InventoryAction(
    String^ actionType,
    String^ actionId,
    String^ description
)
Public Sub New (
    actionType As String,
    actionId As String,
    description As String
)

Parameters

  • description
    Type: System.String

    Description of the inventory action.

See Also

InventoryAction Overload
InventoryAction Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top