Share via


IProjectContext.ProjectName Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
ReadOnly Property ProjectName As String
'Usage
Dim instance As IProjectContext 
Dim value As String 

value = instance.ProjectName
string ProjectName { get; }
property String^ ProjectName {
    String^ get ();
}
function get ProjectName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IProjectContext Interface

IProjectContext Members

Microsoft.TeamFoundation.Client Namespace