Entity.GetFinderView Method
Represents the List of fields in the Finder view of an entity
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
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.Administration.View
A View object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace