Response.StatusCode
Response.StatusCode
The StatusCode property contains the status code for the response.
Syntax
[C#]
public Int32 StatusCode {get; set;}
Syntax
[Visual Basic .NET]
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)