OperationStatusInfo.HttpStatusCode Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property HttpStatusCode As Nullable(Of HttpStatusCode)
public Nullable<HttpStatusCode> HttpStatusCode { get; }
public:
property Nullable<HttpStatusCode> HttpStatusCode {
Nullable<HttpStatusCode> get ();
}
member HttpStatusCode : Nullable<HttpStatusCode> with get
function get HttpStatusCode () : Nullable<HttpStatusCode>
Property Value
Type: System.Nullable<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
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace