ConfigMgrDataDiscoveryRecordMessage.DdrInstances Property
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