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

Represents an inventory report.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryReport : 

IMessageSerialization
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryReport _
	
Implements 

IMessageSerialization
[
SerializableAttribute]
public 
ref class 
InventoryReport 
sealed : 

IMessageSerialization

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryReport () () () ()
Initializes a new instance of the InventoryReportclass.
InventoryReport(Boolean)
Initializes a new instance of the InventoryReportclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ReportBody
Report body
ReportHeader
Report header. This is mandatory.
RequireTextEncoding
Is a text encoding required
RequireXmlHeader
Is XML header required for serialization
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also