Edit

Share via


ManagedFolderInformation.IsManagedFoldersRoot Property

Definition

Gets a value that indicates whether the folder is the root of the managed folder hierarchy.

public:
 property Nullable<bool> IsManagedFoldersRoot { Nullable<bool> get(); };
public Nullable<bool> IsManagedFoldersRoot { get; }
Public ReadOnly Property IsManagedFoldersRoot As Nullable(Of Boolean)

Property Value

true if the folder is a root folder; otherwise, false.

Applies to