UpdateRevisionId.RevisionNumber Property

 

Applies To: Windows Server Update Services

Gets or sets the revision number of a specific revision of an update.

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

Syntax

public int RevisionNumber { get; set; }
public:
property int RevisionNumber {
    int get();
    void set(int value);
}
member RevisionNumber : int with get, set
Public Property RevisionNumber As Integer

Property Value

Type: System.Int32

The revision number of a specific revision of an update. To specify the latest revision, set to zero.

See Also

UpdateRevisionId Class
Microsoft.UpdateServices.Administration Namespace

Return to top