AvailablePatchSummary.CriticalAndSecurityPatchCount Property

Definition

Gets the number of critical or security patches that have been detected as available and not yet installed.

[Newtonsoft.Json.JsonProperty(PropertyName="criticalAndSecurityPatchCount")]
public int? CriticalAndSecurityPatchCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="criticalAndSecurityPatchCount")>]
member this.CriticalAndSecurityPatchCount : Nullable<int>
Public ReadOnly Property CriticalAndSecurityPatchCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to