Test.TestName Property

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

声明
Public Property TestName As String
    Get
    Friend Set
public string TestName { get; internal set; }
public:
property String^ TestName {
    String^ get ();
    internal: void set (String^ value);
}
member TestName : string with get, internal set
function get TestName () : String
internal function set TestName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace