OperationResult.IterationCount Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="iterationCount")]
public int? IterationCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="iterationCount")>]
member this.IterationCount : Nullable<int> with get, set
Public Property IterationCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to