次の方法で共有


RedisResource.TenantSettings プロパティ

定義

テナント設定のディクショナリを取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象