SearchScope.ScopeFolder Property
Returns a ScopeFolder object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim searchScope1 As SearchScope
Dim returnValue As ScopeFolder
returnValue = searchScope1.ScopeFolder
Syntax
ReadOnly Property ScopeFolder() As ScopeFolder
ScopeFolder ScopeFolder {get;}
property ScopeFolder^ ScopeFolder{
ScopeFolder^ get();
}
public ScopeFolder get_ScopeFolder();
function get ScopeFolder() : ScopeFolder;
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
SearchScope Interface
Microsoft.Office.Core Namespace