SPMobileMessageServiceProvider constructor (String)
Initializes a new instance of the SPMobileMessageServiceProvider 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 SPMobileMessageServiceProvider(responseXml)
public SPMobileMessageServiceProvider(
string responseXml
)
Parameters
responseXml
Type: System.StringThe response as XML markup.
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.
This override behaves the same as the base implementation.
See also
Reference
SPMobileMessageServiceProvider class
SPMobileMessageServiceProvider members