Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of DDR instances for the inventory body.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<InventoryReportBodyElement> DdrInstances { get; private set; }
public:
property Collection<InventoryReportBodyElement^>^ DdrInstances {
Collection<InventoryReportBodyElement^>^ get();
private: void set(Collection<InventoryReportBodyElement^>^ value);
}
Public Property DdrInstances As Collection(Of InventoryReportBodyElement)
Get
Private Set
End Property
Property Value
Type: System.Collections.ObjectModel.Collection<InventoryReportBodyElement>
See Also
ConfigMgrDataDiscoveryRecordMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top