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
- 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.