IPublishProperties3.ApplicationVersion 属性

定义

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

public:
 property System::String ^ ApplicationVersion { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ApplicationVersion { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public string ApplicationVersion { get; set; }
[<System.Runtime.InteropServices.DispId(1)>]
member this.ApplicationVersion : string with get, set
Public Property ApplicationVersion As String

属性值

String

应用程序的发布版本。

实现

属性

适用于