RequestHeader.Document Property
NOTE: This API is now obsolete.
Gets or sets the document type of the request.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Document As DocumentType
Get
Set
'Usage
Dim instance As RequestHeader
Dim value As DocumentType
value = instance.Document
instance.Document = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public DocumentType Document { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.DocumentType
A DocumentType value that specifies the document type.