Compartilhar via


Scope.ID property

Obtém a identificação do escopo.

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

Syntax

'Declaração
Public ReadOnly Property ID As Integer
    Get
'Uso
Dim instance As Scope
Dim value As Integer

value = instance.ID
public int ID { get; }

Property value

Type: System.Int32
Um inteiro de 32 bits que contém a identificação do escopo.

Ver também

Referência

Scope class

Scope members

Microsoft.Office.Server.Search.Administration namespace