UITest.AssemblyVersion 属性

 

获取或设置程序集版本号。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public string AssemblyVersion { get; set; }
public:
property String^ AssemblyVersion {
    String^ get();
    void set(String^ value);
}
member AssemblyVersion : string with get, set
Public Property AssemblyVersion As String

属性值

Type: System.String

程序集的版本。

请参阅

UITest 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首