InvokeResponse.Status 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 HTTP status code for the response.
public int Status { get; set; }
member this.Status : int with get, set
Public Property Status As Integer
Property Value
The HTTP status code.
Remarks
The POST that is generated in response to the incoming invoke activity will have the HTTP status code specified by this field.