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 entire serialized inventory message. The BuildInventoryMessage method should be used to initialize the message; we don't recommend setting everything manually.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public virtual InventoryReport InventoryReport { get; set; }
public:
property InventoryReport^ InventoryReport {
virtual InventoryReport^ get();
virtual void set(InventoryReport^ value);
}
Public Overridable Property InventoryReport As InventoryReport
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReport
See Also
ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top