RequestHeader.document Property
Gets or sets the document type of the request.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property document As DocumentType
Get
Set
'Usage
Dim instance As RequestHeader
Dim value As DocumentType
value = instance.document
instance.document = value
public DocumentType document { get; set; }
Property Value
Type: [DspSts Web service].DocumentType
A DocumentType value that specifies the document type.