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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.