Edit

PolicyConfiguration.Settings Property

Definition

The policy configuration settings.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)]
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Newtonsoft.Json.Linq.JObject Settings { get; set; }
member this.Settings : Newtonsoft.Json.Linq.JObject with get, set
Public Property Settings As JObject

Property Value

Newtonsoft.Json.Linq.JObject
Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to