SearchServiceApplicationInfo.DiscoveryMaxKeywordQueryTextLength - Propriété
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(Order := )> _
Public Property DiscoveryMaxKeywordQueryTextLength As Integer
Get
Set
'Utilisation
Dim instance As SearchServiceApplicationInfo
Dim value As Integer
value = instance.DiscoveryMaxKeywordQueryTextLength
instance.DiscoveryMaxKeywordQueryTextLength = value
[DataMemberAttribute(Order = )]
public int DiscoveryMaxKeywordQueryTextLength { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
SearchServiceApplicationInfo classe