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 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