Aracılığıyla paylaş


SPMobileMessageServiceResponse Constructor (String)

Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified XML.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    responseXml As String _
)
'Usage
Dim responseXml As String

Dim instance As New SPMobileMessageServiceResponse(responseXml)
public SPMobileMessageServiceResponse(
    string responseXml
)

Parameters

Remarks

When XML markup is received from the Web service in response to a request, call this constructor and pass the XML markup as a parameter.

The ErrorCode property is set to either Success or InvalidResponse depending on whether responseXML is valid.

See Also

Reference

SPMobileMessageServiceResponse Class

SPMobileMessageServiceResponse Members

SPMobileMessageServiceResponse Overload

Microsoft.SharePoint.MobileMessage Namespace