OperationProgressData.CompletedEntryCount 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 entries in the operation.
public:
property int CompletedEntryCount { int get(); };
public int CompletedEntryCount { get; }
public int CompletedEntryCount { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.CompletedEntryCount : int
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.CompletedEntryCount : int
Public ReadOnly Property CompletedEntryCount As Integer
Property Value
- Attributes