Attachment.DateCreated Property
Gets the date and time that the attachment was created.
Namespace: Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)
Syntax
'Declaration
Public Property DateCreated As DateTime
Get
Private Set
'Usage
Dim instance As Attachment
Dim value As DateTime
value = instance.DateCreated
public DateTime DateCreated { get; private set; }
Property Value
Type: System.DateTime
The date and time the attachment was created.