Share via


HttpRequest.ResultProperty Property

Definition

Gets or sets the property expression to store the HTTP response in.

public AdaptiveExpressions.Properties.StringExpression ResultProperty { get; set; }
member this.ResultProperty : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property ResultProperty As StringExpression

Property Value

The property expression to store the HTTP response in.

Remarks

The result will have 4 properties from the http response: [statusCode|reasonPhrase|content|headers] If the content is json it will be an deserialized object, otherwise it will be a string.

Applies to