Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the count of all visible Scope objects defined in the Search application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetVisibleScopesCount As Integer
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As Integer
returnValue = instance.GetVisibleScopesCount()
public int GetVisibleScopesCount()
Return Value
Type: System.Int32
The count of all visible Scope objects.
Implements
ISearchSiteAdministrationServiceApplication.GetVisibleScopesCount()
Remarks
This method gets the count of all visible Scope objects.
See Also
Reference
SearchServiceApplication Class