Share via


IAttachmentUploadEntry.DateCompleted Property

 

Gets the date and time that the upload was completed.

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

Syntax

DateTime DateCompleted { get; }
property DateTime DateCompleted {
    DateTime get();
}
abstract DateCompleted : DateTime with get
ReadOnly Property DateCompleted As Date

Property Value

Type: System.DateTime

The date and time that the upload was completed, or MinValue if the upload has not yet completed.

See Also

IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top