次の方法で共有


SubscriptionFeatureRegistrationProperties.Metadata プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象