ConfigMgrSoftwareInventoryMessage.SoftwareInventoryFiles Property
Gets the collection of files in the software inventory. We do not recommend that you manually manipulate this collection. Instead, use one of the Add* ConfigMgrSoftwareInventoryMessage methods.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<InventoryReportBodyElement> SoftwareInventoryFiles { get; }
public:
property Collection<InventoryReportBodyElement^>^ SoftwareInventoryFiles {
Collection<InventoryReportBodyElement^>^ get();
}
Public ReadOnly Property SoftwareInventoryFiles As Collection(Of InventoryReportBodyElement)
Property Value
Type: System.Collections.ObjectModel.Collection<InventoryReportBodyElement>
See Also
ConfigMgrSoftwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top