Share via


RunTestsTestCompletedEventArgs.TestName Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

RunTestsTestCompletedEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace