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

'Declaration
ReadOnly Property DateCompleted As DateTime
DateTime DateCompleted { get; }
property DateTime DateCompleted {
    DateTime get ();
}
abstract DateCompleted : DateTime
function get DateCompleted () : DateTime

Property Value

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

.NET Framework Security

See Also

Reference

IAttachmentUploadEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace