Partager via


InventoryReportDetails.ReportTime Property

 

Gets or sets the date and time for the report.

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

Syntax

public DateTime ReportTime { get; set; }
public:
property DateTime ReportTime {
    DateTime get();
    void set(DateTime value);
}
Public Property ReportTime As Date

Property Value

Type: System.DateTime

See Also

InventoryReportDetails Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top