OperationProgressData.TotalByteCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the total number of bytes in operation has found thus far.
public:
property long TotalByteCount { long get(); };
public long TotalByteCount { get; }
public long TotalByteCount { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.TotalByteCount : int64
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.TotalByteCount : int64
Public ReadOnly Property TotalByteCount As Long
Property Value
- Attributes