IPublishProperties.ApplicationRevision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the revision number of the application.
public:
property int ApplicationRevision { int get(); void set(int value); };
public:
property int ApplicationRevision { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(2)]
public int ApplicationRevision { get; set; }
[<System.Runtime.InteropServices.DispId(2)>]
member this.ApplicationRevision : int with get, set
Public Property ApplicationRevision As Integer
Property Value
The revision number of the application.
- Attributes