ResultTable.FieldCount property
Gets the number of columns returned in the search results.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property FieldCount As Integer
Get
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.FieldCount
public int FieldCount { get; }
Property value
Type: System.Int32
A 32-bit integer representing the number of fields.