de la propiedad SearchContext.Name
NOTA: esta API está ahora obsoleta.
Obtiene el nombre del contexto de búsqueda.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public ReadOnly Property Name As String
Get
'Uso
Dim instance As SearchContext
Dim value As String
value = instance.Name
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public string Name { get; }
Valor de propiedad
Tipo: System.String
Una cadena que contiene el nombre del contexto de búsqueda.
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration