ResultTableCollection.Count property
Obtém o número de objetos ResultTable na coleção.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property Count As Integer
Get
'Uso
Dim instance As ResultTableCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
O número de objetos ResultTable na coleção.