InstanceEntry.FirstCounter Property

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public ReadOnly Property FirstCounter As CounterEntry
    Get
'Usage
Dim instance As InstanceEntry
Dim value As CounterEntry

value = instance.FirstCounter
public CounterEntry FirstCounter { get; }