次の方法で共有


CopyProgress.IsEnumerationInProgress プロパティ

定義

データの列挙が進行中かどうかを示す を取得します。 これが true になるまでは、TotalBytesToProcess が有効でない可能性があります。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象