Partager via


InventoryReportHeader.Action Property

 

Gets or sets action information in the report header.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Recommended, 
    CheckRecursively = true)]
public InventoryAction Action { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended, 
    CheckRecursively = true)]
property InventoryAction^ Action {
    InventoryAction^ get();
    void set(InventoryAction^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended,
    CheckRecursively := True)>
Public Property Action As InventoryAction

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryAction

See Also

InventoryReportHeader Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top