Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public UITestEnvironment Configuration { get; set; }
public:
property UITestEnvironment^ Configuration {
UITestEnvironment^ get();
void set(UITestEnvironment^ value);
}
member Configuration : UITestEnvironment with get, set
Public Property Configuration As UITestEnvironment
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironment
The XML environment configuration file for this coded UI test.
See Also
UITestEnvironment
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top