Share via


UITest.Version Property

 

Gets or sets the version for this UI test.

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

Syntax

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

Property Value

Type: System.String

The version for this UI test.

See Also

UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top