Share via


Attachment.AttachedTime Property

Gets the date and time the file was attached.

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

Syntax

'Declaration
Public ReadOnly Property AttachedTime As DateTime
'Usage
Dim instance As Attachment 
Dim value As DateTime 

value = instance.AttachedTime
public DateTime AttachedTime { get; }
public:
property DateTime AttachedTime {
    DateTime get ();
}
public function get AttachedTime () : DateTime

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

Attachment Class

Attachment Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace