CallHTTPWebService.ResponseContent property
Gets or sets the response content returned from the Web service call.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property ResponseContent As OutArgument(Of DynamicValue)
Get
Set
'Usage
Dim instance As CallHTTPWebService
Dim value As OutArgument(Of DynamicValue)
value = instance.ResponseContent
instance.ResponseContent = value
public OutArgument<DynamicValue> ResponseContent { get; set; }
Property value
Type: System.Activities.OutArgument<DynamicValue>
Returns the content of the response message as DynamicValue.