Propriedade UITest.AssemblyVersion

Obtém ou define a versão do assembly.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property AssemblyVersion As String
    Get
    Set
public string AssemblyVersion { get; set; }
public:
property String^ AssemblyVersion {
    String^ get ();
    void set (String^ value);
}
member AssemblyVersion : string with get, set
function get AssemblyVersion () : String
function set AssemblyVersion (value : String)

Valor de propriedade

Tipo: System.String
A versão do assembly.

Segurança do .NET Framework

Consulte também

Referência

UITest Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common