: Scope.Count (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets the number of content items in a search scope.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Property Count As Integer
'Uso
Dim instance As Scope
Dim value As Integer
value = instance.Count
public int Count { get; }
Valor de propiedad
A 32-bit integer representing the number of content items.
Comentarios
If the scope is not compiled, this property returns a value of -1.
Vea también
Referencia
Scope (Clase)
Scope (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)