Share via


IAttachmentUploadManager.UploadsPending Property

 

Gets a value that indicates whether any attachment uploads are pending.

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

Syntax

bool UploadsPending { get; }
property bool UploadsPending {
    bool get();
}
abstract UploadsPending : bool with get
ReadOnly Property UploadsPending As Boolean

Property Value

Type: System.Boolean

true if any uploads are pending; otherwise, false.

See Also

IAttachmentUploadManager Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top