FormatVersion.Revision Property

Definition

Gets or sets the revision to append to the version.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

Int32

The revision to append to the version.

Applies to