QueryLogPageImpressionBlockFeatures.BlockPosition method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<FeatureFunctionAttribute(, "BlockPosition")> _
Public Shared Function BlockPosition ( _
data As QueryLogPageImpressionBlock _
) As Integer
'Uso
Dim data As QueryLogPageImpressionBlock
Dim returnValue As Integer
returnValue = QueryLogPageImpressionBlockFeatures.BlockPosition(data)
[FeatureFunctionAttribute(, "BlockPosition")]
public static int BlockPosition(
QueryLogPageImpressionBlock data
)
Parâmetros
Valor retornado
Type: System.Int32
Ver também
Referência
QueryLogPageImpressionBlockFeatures class