Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetSpecificFinderView ( _
specificFinderName As String _
) As EntityView
'Usage
Dim instance As Entity
Dim specificFinderName As String
Dim returnValue As EntityView
returnValue = instance.GetSpecificFinderView(specificFinderName)
public EntityView GetSpecificFinderView(
string specificFinderName
)
Parameters
- specificFinderName
Type: System.String
Return value
Type: Microsoft.BusinessData.MetadataModel.EntityView