Share via


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

SPMobileMessageServiceResponse members

Microsoft.SharePoint.MobileMessage namespace