OperationStatusInfo.Status Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := )> _
Public Property Status As OperationStatus
[DataMemberAttribute(Order = )]
public OperationStatus Status { get; set; }
[DataMemberAttribute(Order = )]
public:
property OperationStatus Status {
OperationStatus get ();
void set (OperationStatus value);
}
[<DataMemberAttribute(Order = )>]
member Status : OperationStatus with get, set
function get Status () : OperationStatus
function set Status (value : OperationStatus)
Property Value
Type: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7.OperationStatus
.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