Partager via


ConfigMgrSoftwareMeteringMessage.ProductInfo Property

 

Gets a collection of product information that contains metered software.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    CheckRecursively = true)]
public Collection<InventoryReportBodyElement> ProductInfo { get; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    CheckRecursively = true)]
property Collection<InventoryReportBodyElement^>^ ProductInfo {
    Collection<InventoryReportBodyElement^>^ get();
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    CheckRecursively := True)>
Public ReadOnly Property ProductInfo As Collection(Of InventoryReportBodyElement)

Property Value

Type: System.Collections.ObjectModel.Collection<InventoryReportBodyElement>

See Also

ConfigMgrSoftwareMeteringMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top