Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Property StatusCode As HttpStatusCode
public HttpStatusCode StatusCode { get; private set; }
public:
property HttpStatusCode StatusCode {
HttpStatusCode get ();
private: void set (HttpStatusCode value);
}
member StatusCode : HttpStatusCode with get, private set
function get StatusCode () : HttpStatusCode
private function set StatusCode (value : HttpStatusCode)
Property Value
Type: System.Net.HttpStatusCode
.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.
See Also
Reference
HttpRequestWithUriException Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace