LogonStatistics.TotalOperationCount property
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public ReadOnly Property TotalOperationCount As Nullable(Of UInteger)
Get
'Usage
Dim instance As LogonStatistics
Dim value As Nullable(Of UInteger)
value = instance.TotalOperationCount
public Nullable<uint> TotalOperationCount { get; }
Property value
Type: System.Nullable<UInt32>