ManagedProperty.MaxNumberOfValues - Propriété
Obtient ou définit le nombre maximal de valeurs qui peuvent être stockées dans cette propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property MaxNumberOfValues As Integer
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Integer
value = instance.MaxNumberOfValues
instance.MaxNumberOfValues = value
public int MaxNumberOfValues { get; set; }
Valeur de propriété
Type : System.Int32
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