Editar

Compartir a través de


IDatabaseResponse.Status Property

Definition

Gets the response status code.

public:
 property int Status { int get(); };
public int Status { get; }
member this.Status : int
Public ReadOnly Property Status As Integer

Property Value

Remarks

For databases using HTTP protocol the value would be the HttpStatusCode of response.

Applies to