Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether Serialize() is called on send and DeserializeMessageBody is called on receive.
The default setting for this property is true. Override to false with caution.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected internal virtual bool SupportsInlineSerializers { get; }
public protected:
property bool SupportsInlineSerializers {
virtual bool get();
}
Protected Friend Overridable ReadOnly Property SupportsInlineSerializers As Boolean
Property Value
Type: System.Boolean
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top