IUpdate.IsLatestRevision Property

 

Applies To: Windows Server Update Services

Gets whether this revision is the latest revision of the update.

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

Syntax

bool IsLatestRevision { get; }
property bool IsLatestRevision {
    bool get();
}
abstract IsLatestRevision : bool with get
ReadOnly Property IsLatestRevision As Boolean

Property Value

Type: System.Boolean

true if this revision is the latest revision of the update, otherwise false.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top