SPRequestUsageEntry.HttpStatus property

Gets or sets the status code for this request.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HttpStatus As Short
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Short

value = instance.HttpStatus

instance.HttpStatus = value
public short HttpStatus { get; set; }

Property value

Type: System.Int16
The status code.

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace