| Visual Basic (Declaration) | |
|---|---|
Public Property StatusCode As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int StatusCode {get; set;} | |
Return Value
The HTTP status code of the current request.For an example, refer to Leadtools.Jpip.Server.JpipServer.
This value is only used when Deny is set to true.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code