Share via


IDspAdapter.Request Property

NOTE: This API is now obsolete.

Gets or sets the operation type and the document type of the query.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Property Request As RequestHeader
    Get
    Set
'Usage
Dim instance As IDspAdapter
Dim value As RequestHeader

value = instance.Request

instance.Request = value
[ObsoleteAttribute("Use the Lists web service instead.")]
RequestHeader Request { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.RequestHeader
A RequestHeader object that specifies the operation type and the document type of the query. The only supported operation type is query. The document type can be either content or system.

Remarks

The Request property corresponds to the <dsp:request> SOAP header.

See Also

Reference

IDspAdapter Interface

IDspAdapter Members

Microsoft.SharePoint.Dsp Namespace