Entity.GetSpecificFinderView Method
Gets the view of the SpecificFinder method. It represents the fields that would be present in the entity instances returned if the SpecificFinder was executed.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
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.MetadataModel.View
A View object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace