Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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