Share via


SPMobileMessageContentPart.Size property

Gets or sets the size of the content part in bytes.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Size As Long
    Get
    Set
'Usage
Dim instance As SPMobileMessageContentPart
Dim value As Long

value = instance.Size

instance.Size = value
public long Size { get; set; }

Property value

Type: System.Int64
The size of the content part.

See also

Reference

SPMobileMessageContentPart class

SPMobileMessageContentPart members

Microsoft.SharePoint.MobileMessage namespace