IUpdateSummary.NotApplicableCount Property

 

Applies To: Windows Server Update Services

Gets the number of updates that are not applicable to a client computer.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

int NotApplicableCount { get; }
property int NotApplicableCount {
    int get();
}
abstract NotApplicableCount : int with get
ReadOnly Property NotApplicableCount As Integer

Property Value

Type: System.Int32

If the summary is for an update, the count represents the number of clients to which the update is not applicable.

If the summary is for a client or target group, the count represents the number of updates that were not applicable to the client computer or to clients within the target group.

See Also

IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace

Return to top