SPMobileMessageBuilder.Message Property
Gets the message object.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Message As SPMobileMessage
Get
'Usage
Dim instance As SPMobileMessageBuilder
Dim value As SPMobileMessage
value = instance.Message
public SPMobileMessage Message { get; }
Property Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessage
An object of a class derived from SPMobileMessage that represents the message.