Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the inventory agent action.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public InventoryAgentAction Action { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property InventoryAgentAction Action {
InventoryAgentAction get();
void set(InventoryAgentAction value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property Action As InventoryAgentAction
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm.InventoryAgentAction
See Also
CcmInventoryAgentMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top