Gets a boolean value indicating if the folder is a root folder.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected ReadOnly Property DoIsRoot As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AbstractFolder
Dim value As Boolean
value = instance.DoIsRoot |
| C# | |
|---|
protected bool DoIsRoot {get;} |
Property Value
true if the folder represented by the
AbstractFolder class is a root folder; false otherwise.
Requirements
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
See Also