ManagedProperty.IndexOptions property
Obtém ou define as opções de índice para esta propriedade gerenciada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property IndexOptions As Integer
Get
Set
'Uso
Dim instance As ManagedProperty
Dim value As Integer
value = instance.IndexOptions
instance.IndexOptions = value
public int IndexOptions { get; set; }
Property value
Type: System.Int32
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Se este objeto não é feito. |
PropertyIsReadOnlyException | Se esta propriedade é somente leitura. |