ScopeDisplayGroup.Item property
Obtém o escopo especificado da coleção de escopo do grupo de exibição.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As Scope
Get
'Uso
Dim instance As ScopeDisplayGroup
Dim index As Integer
Dim value As Scope
value = instance(index)
public Scope this[
int index
] { get; }
Parâmetros
index
Type: System.Int32Um inteiro de 32 bits que especifica o índice.
Property value
Type: Microsoft.Office.Server.Search.Administration.Scope
Um objeto Scope .