TestRunContextEvent.TeamFoundationServerProjectName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the Team Foundation Server project that contains this test run.
public:
property System::String ^ TeamFoundationServerProjectName { System::String ^ get(); };
public:
property Platform::String ^ TeamFoundationServerProjectName { Platform::String ^ get(); };
public string TeamFoundationServerProjectName { get; }
member this.TeamFoundationServerProjectName : string
Public ReadOnly Property TeamFoundationServerProjectName As String