SharePointSearchRuntime.MaxUrlLength - Propriété
Obtient ou définit le nombre maximal de caractères dans l'URL pour un résultat de recherche.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property MaxUrlLength As Integer
Get
Set
'Utilisation
Dim instance As SharePointSearchRuntime
Dim value As Integer
value = instance.MaxUrlLength
instance.MaxUrlLength = value
public int MaxUrlLength { get; set; }
Valeur de propriété
Type : System.Int32
Le nombre maximal de caractères dans l'URL.
Voir aussi
Référence
SharePointSearchRuntime classe