[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains the entire serialized Inventory message. BuildInventoryMessage should be used to initialize, setting everything manually is not recommended.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
virtual 

InventoryReport 
InventoryReport { 
get; 
set; }
Public 
Overridable 
Property 
InventoryReport 
As 

InventoryReport
	
Get
	
Set
public:
virtual 
property 

InventoryReport^ 
InventoryReport {
	

InventoryReport^ 
get ();
	
void 
set (

InventoryReport^ 
value);
}

See Also