HttpRequest.ResultProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.