Entity.HasSpecificFinder Method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function HasSpecificFinder As Boolean
'Usage
Dim instance As Entity
Dim returnValue As Boolean
returnValue = instance.HasSpecificFinder()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public bool HasSpecificFinder()
Return Value
Type: System.Boolean
true if the entity has a SpecificFinder method defined; otherwise, false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace