Share via


Message.SupportsInlineSerializers Property

 

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