Share via


SPMobileMessageContentPart.Content property

Gets or sets the content of the content part, encoded in accordance with the MIME type of the content part.

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

Syntax

'Declaration
Public Property Content As String
    Get
    Set
'Usage
Dim instance As SPMobileMessageContentPart
Dim value As String

value = instance.Content

instance.Content = value
public string Content { get; set; }

Property value

Type: System.String
The content of the content part.

See also

Reference

SPMobileMessageContentPart class

SPMobileMessageContentPart members

Microsoft.SharePoint.MobileMessage namespace