IStatusCodeActionResult.StatusCode Property

Definition

Gets the HTTP status code.

public:
 property Nullable<int> StatusCode { Nullable<int> get(); };
public int? StatusCode { get; }
member this.StatusCode : Nullable<int>
Public ReadOnly Property StatusCode As Nullable(Of Integer)

Property Value

Applies to