Entity.HasFinder Method
Indicates whether the entity has a Finder method defined.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function HasFinder As Boolean
'Usage
Dim instance As Entity
Dim returnValue As Boolean
returnValue = instance.HasFinder()
public bool HasFinder()
Return Value
Type: System.Boolean
True if the entity has a finder, false if not.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace