: ManagedProperty.Retrievable (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether a managed property value is retrievable.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property Retrievable As Boolean
'Uso
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.Retrievable
instance.Retrievable = value
public bool Retrievable { get; set; }
Valor de propiedad
true if the managed property value is retrievable; otherwise, false.
Comentarios
If a managed property is retrievable, it can be displayed, sorted, or used with operators in a search query.
Vea también
Referencia
ManagedProperty (Clase)
ManagedProperty (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)