Share via


SPMobileMessageUserInfo.ParseWorker method

Populates the properties of the response object with values from the specified XML received from the Web service.

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

Syntax

'Declaration
Protected Friend Overrides Sub ParseWorker ( _
    responseXml As String _
)
'Usage
Dim responseXml As String

Me.ParseWorker(responseXml)
protected internal override void ParseWorker(
    string responseXml
)

Parameters

  • responseXml
    Type: System.String

    The XML received from the Web service.

Remarks

This method should only be called by the SPMobileMessageUserInfo(String) constructor.

See also

Reference

SPMobileMessageUserInfo class

SPMobileMessageUserInfo members

Microsoft.SharePoint.MobileMessage namespace