Entity.GetSpecificFinderView Method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function GetSpecificFinderView As View
'Usage
Dim instance As Entity
Dim returnValue As View
returnValue = instance.GetSpecificFinderView()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public View GetSpecificFinderView()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.View
A View object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace