Udostępnij za pośrednictwem


ConfigMgrHardwareInventoryMessage.ReportType Property

 

Gets or sets the inventory report type. The default value is Delta.

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

Syntax

public InventoryReportType ReportType { get; set; }
public:
property InventoryReportType ReportType {
    InventoryReportType get();
    void set(InventoryReportType value);
}
Public Property ReportType As InventoryReportType

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportType

See Also

ConfigMgrHardwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top