Share via


ITestAttachment.IsComplete Property

Gets a value that indicates whether the attachment is still being uploaded.

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

Syntax

'Declaration
ReadOnly Property IsComplete As Boolean
bool IsComplete { get; }
property bool IsComplete {
    bool get ();
}
abstract IsComplete : bool
function get IsComplete () : boolean

Property Value

Type: System.Boolean
true if the attachment is still being uploaded; otherwise, false.

.NET Framework Security

See Also

Reference

ITestAttachment Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace