Share via


CopyProgress.IsEnumerationInProgress Property

Definition

Gets to indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.

[Newtonsoft.Json.JsonProperty(PropertyName="isEnumerationInProgress")]
public bool? IsEnumerationInProgress { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isEnumerationInProgress")>]
member this.IsEnumerationInProgress : Nullable<bool>
Public ReadOnly Property IsEnumerationInProgress As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to