IAttachmentUploadEntry.ProjectName Propriedade
Obtém o nome do projeto de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string ProjectName { get; }
property String^ ProjectName {
String^ get();
}
abstract ProjectName : string with get
ReadOnly Property ProjectName As String
Valor de propriedade
Type: System.String
O nome do projeto.
Consulte também
Interface IAttachmentUploadEntry
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo