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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RunTestsTestCompletedEventArgs Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace