IMessageSerialization.RequireXmlHeader Property
Indicates whether an XML header is required.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
bool RequireXmlHeader { get; }
property bool RequireXmlHeader {
bool get();
}
ReadOnly Property RequireXmlHeader As Boolean
Property Value
Type: System.Boolean
See Also
IMessageSerialization Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top