ManagedFolderInformationType.IsManagedFoldersRoot Property

Definition

The IsManagedFoldersRoot property gets a Boolean value that indicates whether the managed folder is the root managed folder.

public:
 property bool IsManagedFoldersRoot { bool get(); void set(bool value); };
public bool IsManagedFoldersRoot { get; set; }
Public Property IsManagedFoldersRoot As Boolean

Property Value

The IsManagedFoldersRoot property returns true if the managed folder is the root managed folder; otherwise, the property returns false.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.

Applies to