LogonStatistics.LogonTime Property
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public ReadOnly Property LogonTime As Nullable(Of DateTime)
Get
'Usage
Dim instance As LogonStatistics
Dim value As Nullable(Of DateTime)
value = instance.LogonTime
public Nullable<DateTime> LogonTime { get; }
Property Value
Type: System.Nullable<DateTime>
See Also