ScopeInformation.Name property
Obtém o nome do escopo.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property Name As String
Get
Private Set
'Uso
Dim instance As ScopeInformation
Dim value As String
value = instance.Name
[DataMemberAttribute]
public string Name { get; private set; }
Property value
Type: System.String
Uma seqüência de caracteres contendo o nome do escopo.