SPWDataChangeEventArgs.Attachment Property
Namespace: Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Attachment As Attachment
Get
'Usage
Dim instance As SPWDataChangeEventArgs
Dim value As Attachment
value = instance.Attachment
public Attachment Attachment { get; }
Property Value
Type: Microsoft.Office.SharePointWorkspace.AddIn.Data.Attachment
The updated attachment.