Метод Entity.GetSpecificFinderView
Пространство имен: Microsoft.BusinessData.MetadataModel
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Function GetSpecificFinderView ( _
specificFinderName As String _
) As EntityView
'Применение
Dim instance As Entity
Dim specificFinderName As String
Dim returnValue As EntityView
returnValue = instance.GetSpecificFinderView(specificFinderName)
public EntityView GetSpecificFinderView(
string specificFinderName
)
Параметры
- specificFinderName
Тип: System.String
Возвращаемое значение
Тип: Microsoft.BusinessData.MetadataModel.EntityView