ManagedProperty.IndexOptions-Eigenschaft
Ruft die Indexoptionen für diese verwaltete Eigenschaft.
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; }
Eigenschaftswert
Typ: System.Int32
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Wenn dieses Objekt nicht unterstützt wird. |
PropertyIsReadOnlyException | Wenn diese Eigenschaft schreibgeschützt ist. |