Compartilhar via


IAttachmentUploadEntry.LocalFileName Propriedade

 

Obtém o nome de arquivo para o arquivo de anexo local.

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

Sintaxe

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

Valor de propriedade

Type: System.String

O nome do arquivo local.

Consulte também

Interface IAttachmentUploadEntry
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo