IUpdate.HasEarlierRevision Property
Applies To: Windows Server Update Services
Gets whether the WSUS server contains earlier revisions of this update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool HasEarlierRevision { get; }
property bool HasEarlierRevision {
bool get();
}
abstract HasEarlierRevision : bool with get
ReadOnly Property HasEarlierRevision As Boolean
Property Value
Type: System.Boolean
true if the WSUS server contains earlier revisions of this update, otherwise false.
Remarks
To determine if this update is the latest revision, call IsLatestRevision.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top