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

The collection of files in SINV. It is NOT recommended that you manually manipulate this collection. Please look at the Add* methods.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<

InventoryReportBodyElement> 
SoftwareInventoryFiles { 
get; }
Public 
ReadOnly 
Property 
SoftwareInventoryFiles 
As 
Collection(
Of 

InventoryReportBodyElement)
	
Get
public:
property 
Collection<

InventoryReportBodyElement^>^ 
SoftwareInventoryFiles {
	
Collection<

InventoryReportBodyElement^>^ 
get ();
}

See Also