Compartilhar via


ITestAttachment.Length Propriedade

 

Obtém o tamanho do anexo, em bytes.

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

Sintaxe

long Length { get; }
property long long Length {
    long long get();
}
abstract Length : int64 with get
ReadOnly Property Length As Long

Valor de propriedade

Type: System.Int64

O comprimento do anexo.

Consulte também

Interface ITestAttachment
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo