Entity.GetDefaultSpecificFinderView Method
Gets the View object for the default SpecificFinder MethodInstance object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetDefaultSpecificFinderView As View
'Usage
Dim instance As Entity
Dim returnValue As View
returnValue = instance.GetDefaultSpecificFinderView()
public View GetDefaultSpecificFinderView()
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.View
The View object for the default SpecificFinder MethodInstance object.
Exceptions
Exception | Condition |
---|---|
MetadataObjectNotFoundException | When the metadata object is not found. |