PublicFolderStatistics.ItemCount property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public ReadOnly Property ItemCount As Nullable(Of Integer)
Get
'Usage
Dim instance As PublicFolderStatistics
Dim value As Nullable(Of Integer)
value = instance.ItemCount
public Nullable<int> ItemCount { get; }
Property value
Type: System.Nullable<Int32>