ManagedFolderInformation.IsManagedFoldersRoot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.