: SearchBoxEx.SearchBoxTableClass (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the table class used by the search box Web Part.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("ms-sbtable")> _
Public Property SearchBoxTableClass As String
'Uso
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; }
Valor de propiedad
A string containing the table class.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)