ScopeFolder.ScopeFolders Property
Returns a ScopeFolders collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim scopeFolder1 As ScopeFolder
Dim returnValue As ScopeFolders
returnValue = scopeFolder1.ScopeFolders
Syntax
ReadOnly Property ScopeFolders() As ScopeFolders
ScopeFolders ScopeFolders {get;}
property ScopeFolders^ ScopeFolders{
ScopeFolders^ get();
}
public ScopeFolders get_ScopeFolders();
function get ScopeFolders() : ScopeFolders;
Remarks
The items in this collection correspond to the subfolders of the parent ScopeFolder object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
ScopeFolder Interface
Microsoft.Office.Core Namespace