共用方式為


RoutingMessage.AppProperties Property

Definition

Gets or sets app properties

[Newtonsoft.Json.JsonProperty(PropertyName="appProperties")]
public System.Collections.Generic.IDictionary<string,string> AppProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appProperties")>]
member this.AppProperties : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property AppProperties As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to