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.
Current state of the operation.
When State reaches Succeeded or Failed, the operation is complete
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public CloneOperationState State { get; set; }
public:
property CloneOperationState State {
CloneOperationState get();
void set(CloneOperationState value);
}
member State : CloneOperationState with get, set
Public Property State As CloneOperationState
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.CloneOperationState
Returns CloneOperationState.
See Also
CloneOperationInformation Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top