IPublishProperties3.ApplicationRevision 属性

定义

获取或设置应用程序的发布版本的修订号。

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

属性值

Int32

应用程序的发布版本的版本号。

实现

属性

适用于