SPWDataChangeEventArgs.IsAttachment Property

Specifies if this SPWDataChangeEventArgs instance describes an attachment data change.

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

Syntax

'Declaration
Public ReadOnly Property IsAttachment As Boolean
    Get
'Usage
Dim instance As SPWDataChangeEventArgs
Dim value As Boolean

value = instance.IsAttachment
public bool IsAttachment { get; }

Property Value

Type: System.Boolean
true if the data change describes an attachment data change; otherwise false.

See Also

Reference

SPWDataChangeEventArgs Class

SPWDataChangeEventArgs Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace