UITestEnvironmentContainerBase<TChild>.Name Property

Gets the name of the UI test environment for serialization.

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

Syntax

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

Property Value

Type: String
The name of the environment.

.NET Framework Security

See Also

Reference

UITestEnvironmentContainerBase<TChild> Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace