Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the index options for this managed property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IndexOptions As Integer
Get
Set
'Usage
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 | If this object is not backed. |
| PropertyIsReadOnlyException | If this property is read only. |