Właściwość UITest.AssemblyVersion
Pobiera lub ustawia wersja zestawu.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
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
Wartość właściwości
Type: System.String
Wersja zestawu.
Zobacz też
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku