UpdateServerStatus.UpdatesWithStaleUpdateApprovalsCount Property
Applies To: Windows Server Update Services
Number of updates on the WSUS server that have a revision of an update that is approved but is not the latest revision.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int UpdatesWithStaleUpdateApprovalsCount { get; set; }
public:
property int UpdatesWithStaleUpdateApprovalsCount {
int get();
void set(int value);
}
member UpdatesWithStaleUpdateApprovalsCount : int with get, set
Public Property UpdatesWithStaleUpdateApprovalsCount As Integer
Property Value
Type: System.Int32
Number of updates on the WSUS server that have a revision of an update that is approved but is not the latest revision.
Remarks
This count does not include declined updates. Declined updates cannot have revisions of an update that is approved.
This count includes both approved and unapproved updates.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top