RequestHeader.method Property

Gets or sets the action of the request.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property method As MethodType
    Get
    Set
'Usage
Dim instance As RequestHeader
Dim value As MethodType

value = instance.method

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

Property Value

Type: [DspSts Web service].MethodType
A MethodType value that specifies the action of the request.

See Also

Reference

RequestHeader Class

RequestHeader Members

DspSts Web Service