SearchBox.PromptTextLocId Property

This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead. For Enterprise Search in Microsoft Office SharePoint Server 2007, use the SearchBoxEx instead. Gets or sets the unique identifier for the localized version of the prompt text.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property PromptTextLocId As LocStringId
    Get
    Set
'Usage
Dim instance As SearchBox
Dim value As LocStringId

value = instance.PromptTextLocId

instance.PromptTextLocId = value
public LocStringId PromptTextLocId { get; set; }

Property Value

Type: LocStringId
Microsoft.SharePoint.Portal.WebControls.LocStringId contains the unique identifier of the localized version of the prompt text.

Remarks

The PromptTextLocId property is read/write. Only the default values of the PromptText property are localized in Microsoft Office SharePoint Portal Server 2003.

See Also

Reference

SearchBox Class

SearchBox Members

Microsoft.SharePoint.Portal.WebControls Namespace