UITest.Configuration Property

Gets or sets the XML environment configuration file for this coded UI test.

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

Syntax

'Declaration
Public Property Configuration As UITestEnvironment
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 XML environment configuration file for this coded UI test.

.NET Framework Security

See Also

Reference

UITest Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestEnvironment