Share via


Entity.GetFinderView Method

Gets the view of the finder method. It represents the fields that would be present in the entity instances returned if the Finder was executed.

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

Syntax

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

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

Return Value

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

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace