WebBrowserNavigateErrorEventArgs.StatusCode Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.