Attachment.AttachedTimeUtc Property

Gets the date and time the file was attached in Universal Coordinated Time (UTC).

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

Syntax

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

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

Attachment Class

Attachment Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace