ManagedProperty.FullTextIndex property
Gets or sets the name of the full-text index catalog this managed property is indexed in.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FullTextIndex As String
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As String
value = instance.FullTextIndex
instance.FullTextIndex = value
public string FullTextIndex { get; set; }
Property value
Type: System.String
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If this object is not backed. |
PropertyIsReadOnlyException | If this property is read only. |
InvalidManagedPropertyValue | If the new value is invalid. |