Udostępnij za pośrednictwem


InventoryReport Constructor (Boolean)

 

Initializes a new instance of the InventoryReport class.

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

Syntax

public InventoryReport(
    bool requireXmlHeader
)
public:
InventoryReport(
    bool requireXmlHeader
)
Public Sub New (
    requireXmlHeader As Boolean
)

Parameters

  • requireXmlHeader
    Type: System.Boolean

    If true, an XML header is required.

See Also

InventoryReport Overload
InventoryReport Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top