Share via


Attachment.DateModified Property

Gets the date and time that the attachment was last modified.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)

Syntax

'Declaration
Public Property DateModified As DateTime
    Get
    Private Set
'Usage
Dim instance As Attachment
Dim value As DateTime

value = instance.DateModified
public DateTime DateModified { get; private set; }

Property Value

Type: System.DateTime
The date and time that the attachment was last modified.

See Also

Reference

Attachment Class

Attachment Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace