Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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