StsAdapter.request Property
Gets or sets the operation type and the document type of the query.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property request As RequestHeader
Get
Set
'Usage
Dim instance As StsAdapter
Dim value As RequestHeader
value = instance.request
instance.request = value
public RequestHeader request { get; set; }
Property Value
Type: [DspSts Web service].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.