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

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

Property Value

Type: Boolean
true if any uploads are pending; otherwise, false.

.NET Framework Security

See Also

Reference

IAttachmentUploadManager Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace