次の方法で共有


DataBoxDiskCopyProgress.BytesCopied プロパティ

定義

ディスクのコピー中にコピーされたバイト数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="bytesCopied")]
public long? BytesCopied { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bytesCopied")>]
member this.BytesCopied : Nullable<int64>
Public ReadOnly Property BytesCopied As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象