Udostępnij za pośrednictwem


InventoryReport.ReportHeader Property

 

Gets or sets the report header. This property is mandatory.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    CheckRecursively = true)]
public InventoryReportHeader ReportHeader { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    CheckRecursively = true)]
property InventoryReportHeader^ ReportHeader {
    InventoryReportHeader^ get();
    void set(InventoryReportHeader^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    CheckRecursively := True)>
Public Property ReportHeader As InventoryReportHeader

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportHeader

See Also

InventoryReport Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top