Aracılığıyla paylaş


TenantSettingsContract.Settings Property

Definition

Gets or sets tenant settings

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to