SPMobileMessageBatchPackage.Xml Property
Gets the complete Office Mobile Service (OMS) xmsBatch element markup.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Xml As String
Get
'Usage
Dim instance As SPMobileMessageBatchPackage
Dim value As String
value = instance.Xml
public string Xml { get; }
Property Value
Type: System.String
The XML markup for an xmsBatch element.
Remarks
Every item in Messages is represented as a child xmsData element in the xmsBatch element. For more information, see DeliverXmsBatch.
See Also
Reference
SPMobileMessageBatchPackage Class