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