Configuration.Labels プロパティ

定義

構成の説明に使用されるキーと値のペア。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象