IDspAdapter.Request Property

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

Property Request As RequestHeader
    Get
    Set

Dim instance As IDspAdapter
Dim value As RequestHeader

value = instance.Request

instance.Request = value
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