Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
API Reference for Testing Tools for Visual Studio ALM
WebTest..::.Name Property

Gets the name of the test case.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Visual Basic
Public Property Name As String
C#
public string Name { get; internal set; }
Visual C++
public:
property String^ Name {
    String^ get ();
    internal: void set (String^ value);
}
F#
member Name : string with get, internal set
JScript
function get Name () : String
internal function set Name (value : String)

Property Value

Type: System..::.String
The user-defined name, if one exists; otherwise, this uses the derived class name.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker