Response.StatusCode

The StatusCode property contains the status code for the response.

Syntax

[C#]

  Copy imageCopy Code
public Int32 StatusCode {get; set;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Property StatusCode As Int32

Remarks

A status code is currently represented as a 3-digit integer; for example, "404".

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also