DspAdapter.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.SoapPT (in Microsoft.SharePoint.Dsp.SoapPT.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Request As RequestHeader
Get
Set
'Usage
Dim instance As DspAdapter
Dim value As RequestHeader
value = instance.Request
instance.Request = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public 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:dataRoot> soap header.