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

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

Property Value

Type: System.String
The name of the project.

.NET Framework Security

See Also

Reference

IAttachmentUploadEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace