FormatterBase.IMessageWithTopLevelPropertyBag Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |