InventoryReportDetails.ReportTimeString Property
Gets or sets the date and time for the report. This property is only for serialization. Use ReportTime instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public string ReportTimeString { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property String^ ReportTimeString {
String^ get();
void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property ReportTimeString As String
Property Value
Type: System.String
See Also
InventoryReportDetails Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top