Edit

Share via


ManagedFolderInformation.FolderSize Property

Definition

Gets the total size of all the contents of the managed folder.

public:
 property Nullable<int> FolderSize { Nullable<int> get(); };
public Nullable<int> FolderSize { get; }
Public ReadOnly Property FolderSize As Nullable(Of Integer)

Property Value

The size of the contents of the managed folder.

Applies to