ManagedProperty.FullTextIndex - Propriété
Obtient ou définit le nom du catalogue d'index de texte intégral cette propriété gérée est indexée dans.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property FullTextIndex As String
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As String
value = instance.FullTextIndex
instance.FullTextIndex = value
public string FullTextIndex { get; set; }
Valeur de propriété
Type : System.String
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
PropertyIsReadOnlyException | Si cette propriété est en lecture seule. |
InvalidManagedPropertyValue | Si la nouvelle valeur n'est pas valide. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms