Share via


FormatterBase.IMessageWithTopLevelPropertyBag Interface

Definition

An interface implemented by all the JsonRpcMessage-derived nested types (FormatterBase.JsonRpcRequestBase, FormatterBase.JsonRpcResultBase, FormatterBase.JsonRpcErrorBase) to allow them to carry arbitrary top-level properties on behalf of the application.

protected interface FormatterBase.IMessageWithTopLevelPropertyBag
Protected Interface FormatterBase.IMessageWithTopLevelPropertyBag

Properties

TopLevelPropertyBag

Gets or sets the top-level property bag for this message.

Applies to