Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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