IUpdateSummary.UnknownCount Property
Applies To: Windows Server Update Services
Gets the number of updates where the current state of the installation cannot be determined.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int UnknownCount { get; }
property int UnknownCount {
int get();
}
abstract UnknownCount : int with get
ReadOnly Property UnknownCount As Integer
Property Value
Type: System.Int32
If the summary is for an update, the count represents the number of clients where the installation state of the update cannot be determined.
If the summary is for a client or target group, the count represents the number of updates whose installation state cannot be determined for the client computer or for clients within the target group.
See Also
IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace
Return to top