SearchServiceApplicationProxy.TunableStaticFeaturesInModel method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function TunableStaticFeaturesInModel ( _
    searchObjectOwner As SearchObjectOwner, _
    modelId As Guid, _
    restrictToLinear As Boolean _
) As List(Of StaticFeature)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim modelId As Guid
Dim restrictToLinear As Boolean
Dim returnValue As List(Of StaticFeature)

returnValue = instance.TunableStaticFeaturesInModel(searchObjectOwner, _
    modelId, restrictToLinear)
public List<StaticFeature> TunableStaticFeaturesInModel(
    SearchObjectOwner searchObjectOwner,
    Guid modelId,
    bool restrictToLinear
)

Parameters

Return value

Type: System.Collections.Generic.List<StaticFeature>

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace