AttachmentCollection.Count Property
Returns the number of attachments in the collection.
Namespace: Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As AttachmentCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property Value
Type: System.Int32
The number of attachments.