Attachment.LastWriteTimeUtc Property

Gets the date and time of the last write to the Attachment 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 LastWriteTimeUtc As DateTime
'Usage
Dim instance As Attachment 
Dim value As DateTime 

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

Attachment Class

Attachment Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace