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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.