: SearchBox.PromptTextLocId (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 unique identifier for the localized version of the prompt text.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property PromptTextLocId As LocStringId
'Uso
Dim instance As SearchBox
Dim value As LocStringId
value = instance.PromptTextLocId
instance.PromptTextLocId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public LocStringId PromptTextLocId { get; set; }
Valor de propiedad
Microsoft.SharePoint.Portal.WebControls.LocStringId contains the unique identifier of the localized version of the prompt text.
Comentarios
The PromptTextLocId property is read/write. Only the default values of the PromptText property are localized in Microsoft Office SharePoint Portal Server 2003.
Vea también
Referencia
SearchBox (Clase)
SearchBox (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)