WebBrowserNavigateErrorEventArgs.StatusCode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WinForms
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property StatusCode As Integer
public int StatusCode { get; set; }
public:
property int StatusCode {
    int get ();
    void set (int value);
}
member StatusCode : int with get, set
function get StatusCode () : int 
function set StatusCode (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

WebBrowserNavigateErrorEventArgs Class

Microsoft.TeamFoundation.Controls.WinForms Namespace