LifetimeEntry.Type Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public ReadOnly Property Type As Integer
Get
'Usage
Dim instance As LifetimeEntry
Dim value As Integer
value = instance.Type
public int Type { get; }
Property Value
Type: System.Int32
See Also