ManagedProperty.IndexOptionsNoPrefix property
Obtém ou define se esta propriedade gerenciada não deve ser indexada no índice de prefixo.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property IndexOptionsNoPrefix As Boolean
Get
Set
'Uso
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.IndexOptionsNoPrefix
instance.IndexOptionsNoPrefix = value
public bool IndexOptionsNoPrefix { get; set; }
Property value
Type: System.Boolean
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Se este objeto não é feito. |
PropertyIsReadOnlyException | Se esta propriedade é somente leitura. |