QueryLogPageImpressionBlockFeatures.FeatureIDFromName method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Shared Function FeatureIDFromName ( _
name As String _
) As Integer
'Uso
Dim name As String
Dim returnValue As Integer
returnValue = QueryLogPageImpressionBlockFeatures.FeatureIDFromName(name)
public static int FeatureIDFromName(
string name
)
Parâmetros
- name
Type: System.String
Valor retornado
Type: System.Int32
Ver também
Referência
QueryLogPageImpressionBlockFeatures class