Share via


IAttachmentUploadManager.IsReady Property

Returns true if attachment uploader has read the file that contains details of the attachments to be uploaded.

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

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

IAttachmentUploadManager Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace