AzureFunctionActivity.Body Property

Definition

Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).

public object Body { get; set; }
member this.Body : obj with get, set
Public Property Body As Object

Property Value

Applies to