FormatterBase.TopLevelPropertyBagBase.OutboundProperties Property
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.
Gets a dictionary of top-level properties that should be serialized.
protected System.Collections.Generic.Dictionary<string,(Type DeclaredType, object? Value)> OutboundProperties { get; }
member this.OutboundProperties : System.Collections.Generic.Dictionary<string, ValueTuple<Type, obj>>
Protected ReadOnly Property OutboundProperties As Dictionary(Of String, ValueTuple(Of Type, Object))
Property Value
Exceptions
Thrown if called on an inbound message.