Share via


CallHTTPWebService.RequestContent property

Gets or sets the request content of the Web service call.

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

Syntax

'Declaration
Public Property RequestContent As InArgument(Of DynamicValue)
    Get
    Set
'Usage
Dim instance As CallHTTPWebService
Dim value As InArgument(Of DynamicValue)

value = instance.RequestContent

instance.RequestContent = value
public InArgument<DynamicValue> RequestContent { get; set; }

Property value

Type: System.Activities.InArgument<DynamicValue>
Returns the content of the message as DynamicValue.

See also

Reference

CallHTTPWebService class

CallHTTPWebService members

Microsoft.SharePoint.WorkflowServices.Activities namespace