: SearchBox.SearchBoxTableClass (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Este miembro o clase no se admite. Cuando actualice una aplicación o escriba aplicaciones nuevas que hagan uso de este miembro o clase, use en su lugar el miembro o clase nuevo. For Enterprise Search de Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Gets or sets the background color for this Web Part.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property SearchBoxTableClass As String
'Uso
Dim instance As SearchBox
Dim value As String
value = instance.SearchBoxTableClass
instance.SearchBoxTableClass = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string SearchBoxTableClass { get; set; }
Valor de propiedad
A string that contains the background color for this Web Part. The default value is "ms-sbtable".
Comentarios
The SearchBoxTableClass property is read/write.
Vea también
Referencia
SearchBox (Clase)
SearchBox (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)