RollbackStatusInfo.SuccessfullyRolledbackInstanceCount Property

Definition

Gets the number of instances which have been successfully rolled back.

[Newtonsoft.Json.JsonProperty(PropertyName="successfullyRolledbackInstanceCount")]
public int? SuccessfullyRolledbackInstanceCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="successfullyRolledbackInstanceCount")>]
member this.SuccessfullyRolledbackInstanceCount : Nullable<int>
Public ReadOnly Property SuccessfullyRolledbackInstanceCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to