PolicyConfiguration.Settings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute