UpdateServerStatus.ExpiredUpdateCount Property
Applies To: Windows Server Update Services
Number of updates on the WSUS server whose latest revision is marked as expired by the publisher of the update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int ExpiredUpdateCount { get; set; }
public:
property int ExpiredUpdateCount {
int get();
void set(int value);
}
member ExpiredUpdateCount : int with get, set
Public Property ExpiredUpdateCount As Integer
Property Value
Type: System.Int32
Number of updates on the WSUS server whose latest revision is marked as Expired by the publisher of the update. See PublicationState.
Remarks
This count does not include declined updates.
This count includes both approved and unapproved updates.
You should decline any expired updates and approve the update that supersedes it instead.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top