UITest.Configuration Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the configuration for the test.

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

Syntax

'Declaration
Public Property Configuration As UITestEnvironment
    Get
    Set
'Usage
Dim instance As UITest
Dim value As UITestEnvironment

value = instance.Configuration

instance.Configuration = value
public UITestEnvironment Configuration { get; set; }
public:
property UITestEnvironment^ Configuration {
    UITestEnvironment^ get ();
    void set (UITestEnvironment^ value);
}
member Configuration : UITestEnvironment with get, set
function get Configuration () : UITestEnvironment
function set Configuration (value : UITestEnvironment)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironment
The test configuration.

.NET Framework Security

See Also

Reference

UITest Class

UITest Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestEnvironment