CounterEntry.Next Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public ReadOnly Property Next As CounterEntry
Get
'Usage
Dim instance As CounterEntry
Dim value As CounterEntry
value = instance.Next
public CounterEntry Next { get; }