del método Entity.GetSpecificFinderView
Espacio de nombres: Microsoft.BusinessData.MetadataModel
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetSpecificFinderView ( _
specificFinderName As String _
) As EntityView
'Uso
Dim instance As Entity
Dim specificFinderName As String
Dim returnValue As EntityView
returnValue = instance.GetSpecificFinderView(specificFinderName)
public EntityView GetSpecificFinderView(
string specificFinderName
)
Parámetros
- specificFinderName
Tipo: System.String
Valor devuelto
Tipo: Microsoft.BusinessData.MetadataModel.EntityView