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