次の方法で共有


ListQueue.Metadata プロパティ

定義

キュー メタデータを表す名前と値のペアを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象