OperationProgressData.CompletedByteCount 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 completed number of bytes in the operation.
public:
property long CompletedByteCount { long get(); };
public long CompletedByteCount { get; }
public long CompletedByteCount { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.CompletedByteCount : int64
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.CompletedByteCount : int64
Public ReadOnly Property CompletedByteCount As Long
Property Value
- Attributes