Compartilhar via


Scope.Rules property

Obtém a coleção de regras de escopo para um escopo.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public ReadOnly Property Rules As ScopeRuleCollection
    Get
'Uso
Dim instance As Scope
Dim value As ScopeRuleCollection

value = instance.Rules
public ScopeRuleCollection Rules { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ScopeRuleCollection
Um objeto ScopeRuleCollection .

Ver também

Referência

Scope class

Scope members

Microsoft.Office.Server.Search.Administration namespace