Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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