ManagedProperty.TokenNormalization - Propriété
Obtient ou définit si les caractères de cette propriété gérée sont à normaliser.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property TokenNormalization As Boolean
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.TokenNormalization
instance.TokenNormalization = value
public bool TokenNormalization { get; set; }
Valeur de propriété
Type : System.Boolean
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
PropertyIsReadOnlyException | Si cette propriété est en lecture seule. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms