Share via


Response Constructor (String)

NOTE: This API is now obsolete.

Initializes a new instance of the Response class based on the specified XML data.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Sub New ( _
    dataXml As String _
)
'Usage
Dim dataXml As String

Dim instance As New Response(dataXml)
[ObsoleteAttribute("Use the Lists web service instead.")]
public Response(
    string dataXml
)

Parameters

  • dataXml
    Type: System.String

    A string that contains the XML data.

See Also

Reference

Response Class

Response Members

Response Overload

Microsoft.SharePoint.Dsp Namespace