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
actionType
Type: System.StringInventory action type.
actionId
Type: System.StringInventory action ID.
description
Type: System.StringDescription of the inventory action.
See Also
InventoryAction Overload
InventoryAction Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top