Share via


CallHTTPWebService.RequestType property

Gets or sets the HTTP request method of the Web service call.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property RequestType As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As CallHTTPWebService
Dim value As InArgument(Of String)

value = instance.RequestType

instance.RequestType = value
[RequiredArgumentAttribute]
public InArgument<string> RequestType { get; set; }

Property value

Type: System.Activities.InArgument<String>
Returns the request method as String.

See also

Reference

CallHTTPWebService class

CallHTTPWebService members

Microsoft.SharePoint.WorkflowServices.Activities namespace