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 the messages in the package.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Messages As List(Of SPMobileMessage)
Get
'Usage
Dim instance As SPMobileMessageBatchPackage
Dim value As List(Of SPMobileMessage)
value = instance.Messages
public List<SPMobileMessage> Messages { get; }
Property Value
Type: System.Collections.Generic.List<SPMobileMessage>
The messages in the package.
See Also
Reference
SPMobileMessageBatchPackage Class