GitAsyncRefOperationDetail.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a status code that indicates the reason the cherry pick or revert failed.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Nullable<Microsoft.TeamFoundation.SourceControl.WebApi.GitAsyncRefOperationFailureStatus> Status { get; set; }
member this.Status : Nullable<Microsoft.TeamFoundation.SourceControl.WebApi.GitAsyncRefOperationFailureStatus> with get, set
Public Property Status As Nullable(Of GitAsyncRefOperationFailureStatus)
Property Value
- Attributes