Share via


ConfigMgrInventoryMessage.InventoryReport Property

 

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