ManagedProperty.MaxCharactersInPropertyStoreForRetrieval - Propriété
Obtient ou définit que le nombre maximal de caractères persistants pour cette longueur fixe propriété de type chaîne.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property MaxCharactersInPropertyStoreForRetrieval As Integer
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Integer
value = instance.MaxCharactersInPropertyStoreForRetrieval
instance.MaxCharactersInPropertyStoreForRetrieval = value
public int MaxCharactersInPropertyStoreForRetrieval { get; set; }
Valeur de propriété
Type : System.Int32
Retourne Int32 .
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 est hors limites. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms