SearchBoxEx.AppQueryTermsLabel, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets text describing query terms appended to the user's search query.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<DefaultValueAttribute("")> _
<ResourcesAttribute("SearchBox_LowerTextBoxLabel", "SearchBox_QueryTextBox", "SearchBox_LowerTextBoxLabel_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property AppQueryTermsLabel As String
'Utilisation
Dim instance As SearchBoxEx
Dim value As String
value = instance.AppQueryTermsLabel
instance.AppQueryTermsLabel = value
[DefaultValueAttribute("")]
[ResourcesAttribute("SearchBox_LowerTextBoxLabel", "SearchBox_QueryTextBox", "SearchBox_LowerTextBoxLabel_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
public string AppQueryTermsLabel { get; set; }
Valeur de la propriété
A string that contains the description for the appended query terms.
Voir aussi
Référence
SearchBoxEx, classe
Membres SearchBoxEx
Microsoft.SharePoint.Portal.WebControls, espace de noms