Share via


TestRunContextEvent.TeamFoundationServerProjectName Property

Gets the name of the Team Foundation Server project that contains this test run.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property TeamFoundationServerProjectName As String
public string TeamFoundationServerProjectName { get; }
public:
property String^ TeamFoundationServerProjectName {
    String^ get ();
}
member TeamFoundationServerProjectName : string with get
function get TeamFoundationServerProjectName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TestRunContextEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace