Entity.HasSpecificFinder Method

Indicates whether the entity has a SpecificFinder method defined.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function HasSpecificFinder As Boolean
'Usage
Dim instance As Entity
Dim returnValue As Boolean

returnValue = instance.HasSpecificFinder()
public bool HasSpecificFinder()

Return Value

Type: System.Boolean
true if the entity has a SpecificFinder method defined; otherwise, false.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace