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