SummaryResults.NonCompliantPolicies Property

Definition

[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

Nullable<Int32>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to