ConfigMgrStateMessage.RequireXmlHeader Property

 

If true, an XML header is required. If false, an XML header is not required (such as for a fallback status point).

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

Syntax

protected bool RequireXmlHeader { get; set; }
protected:
property bool RequireXmlHeader {
    bool get();
    void set(bool value);
}
Protected Property RequireXmlHeader As Boolean

Property Value

Type: System.Boolean

See Also

ConfigMgrStateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top