InventoryMessage.InventoryAction Property
Gets or sets the inventory action.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryAction InventoryAction { get; set; }
public:
property InventoryAction^ InventoryAction {
InventoryAction^ get();
void set(InventoryAction^ value);
}
Public Property InventoryAction As InventoryAction
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm.InventoryAction
See Also
InventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top