Share via


SummaryResults.NonCompliantPolicies Property

Definition

Gets or sets number of non-compliant policies.

[Newtonsoft.Json.JsonProperty(PropertyName="nonCompliantPolicies")]
public int? NonCompliantPolicies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nonCompliantPolicies")>]
member this.NonCompliantPolicies : Nullable<int> with get, set
Public Property NonCompliantPolicies As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to