Share via


IAttachmentUploadEntry.ProjectName Property

 

Gets the name of the test project.

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

Syntax

string ProjectName { get; }
property String^ ProjectName {
    String^ get();
}
abstract ProjectName : string with get
ReadOnly Property ProjectName As String

Property Value

Type: System.String

The name of the project.

See Also

IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top