Share via


Attachment.Size Property

Gets the size of the attachment.

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

Syntax

'Declaration
Public Property Size As Double
    Get
    Private Set
'Usage
Dim instance As Attachment
Dim value As Double

value = instance.Size
public double Size { get; private set; }

Property Value

Type: System.Double
The size of the attachment.

See Also

Reference

Attachment Class

Attachment Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace