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

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

Property Value

Type: System.Boolean

See Also

IAttachmentUploadManager Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top