Share via


SummaryResults.NonCompliantResources Property

Definition

Gets or sets number of non-compliant resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to