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
bool IsComplete { get; }
property bool IsComplete {
bool get();
}
abstract IsComplete : bool with get
ReadOnly Property IsComplete As Boolean
Property Value
Type: System.Boolean
true if the attachment is still being uploaded; otherwise, false.
See Also
ITestAttachment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top