[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Details about a report as part of the header

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryReportDetails
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryReportDetails
[
SerializableAttribute]
public 
ref class 
InventoryReportDetails 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryReportDetails () () () ()
Initializes a new instance of the InventoryReportDetailsclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Format
Report format. Default is 1.1
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ReportContent
Denotes the type of report (i.e. "Inventory Data")
ReportTime
Datetime for the report.
ReportTimeString
Datetime for the report. This is only for serialization, ReportTime should be used instead.
ReportType
Report type
ReportTypeString
Report type. This is only used for serialization. Use ReportType instead.
ToString () () () () (Inherited from Object.)
Version
Report version. Default is 1.0

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryReportDetails

See Also