SPMobileMessageServiceResponse.Xml Property
Gets the XML returned from the Web service in response to a request.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Xml As String
Get
'Usage
Dim instance As SPMobileMessageServiceResponse
Dim value As String
value = instance.Xml
public string Xml { get; }
Property Value
Type: System.String
The XML markup received from the Web service.
See Also
Reference
SPMobileMessageServiceResponse Class