RequestHeader.Method Property

Gets or sets the action of the request.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property Method As MethodType
    Get
    Set

Dim instance As RequestHeader
Dim value As MethodType

value = instance.Method

instance.Method = value
public MethodType Method { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.MethodType
A MethodType value that specifies the action of the request.

See Also

Reference

RequestHeader Class

RequestHeader Members

Microsoft.SharePoint.Dsp Namespace