RequestHeader.Method Property
NOTE: This API is now obsolete.
Gets or sets the action 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 Method As MethodType
Get
Set
'Usage
Dim instance As RequestHeader
Dim value As MethodType
value = instance.Method
instance.Method = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public MethodType Method { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.MethodType
A MethodType value that specifies the action of the request.