Entity.GetSpecificFinderView Method

Gets the list of fields in the SpecifcFinder view of an entity.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetSpecificFinderView As View
'Usage
Dim instance As Entity
Dim returnValue As View

returnValue = instance.GetSpecificFinderView()
public View GetSpecificFinderView()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.View
A View object.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace