SearchBoxEx.SearchBoxTableClass, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the table class used by the search box Web Part.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("ms-sbtable")> _
Public Property SearchBoxTableClass As String
'Utilisation
Dim instance As SearchBoxEx
Dim value As String
value = instance.SearchBoxTableClass
instance.SearchBoxTableClass = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute("ms-sbtable")]
public string SearchBoxTableClass { get; set; }
Valeur de la propriété
A string containing the table class.
Voir aussi
Référence
SearchBoxEx, classe
Membres SearchBoxEx
Microsoft.SharePoint.Portal.WebControls, espace de noms