ResultTable.FieldCount - Propriété
Obtient le nombre de colonnes renvoyées dans les résultats de recherche.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FieldCount As Integer
Get
'Utilisation
Dim instance As ResultTable
Dim value As Integer
value = instance.FieldCount
public int FieldCount { get; }
Valeur de propriété
Type : System.Int32
Un entier 32 bits représentant le nombre de champs.