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