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