IAttachmentUploadEntry.DateStarted Property
Gets the date and time that the upload was started.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
DateTime DateStarted { get; }
property DateTime DateStarted {
DateTime get();
}
abstract DateStarted : DateTime with get
ReadOnly Property DateStarted As Date
Property Value
Type: System.DateTime
The date and time that the upload was started, or MinValue if the upload has not yet started.
See Also
IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top