Udostępnij za pośrednictwem


InventoryReport.RequireXmlHeader Property

 

Indicates whether an XML header is required for serialization.

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

Syntax

public bool RequireXmlHeader { get; private set; }
public:
property bool RequireXmlHeader {
    virtual bool get() sealed;
    private: virtual void set(bool value) sealed;
}
Public Property RequireXmlHeader As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

Implements

IMessageSerialization.RequireXmlHeader

See Also

InventoryReport Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top