Condividi tramite


FormatterBase.TopLevelPropertyBagBase.OutboundProperties Property

Definition

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.

Applies to