Share via


ViewSearchForm.Go property

Gets or sets the title of the <A> tag that surrounds the go button on the search form, which is displayed in the tool tip for the button and which is used by screen readers for accessibility.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Go As String
    Get
    Set
'Usage
Dim instance As ViewSearchForm
Dim value As String

value = instance.Go

instance.Go = value
public string Go { get; set; }

Property value

Type: System.String
A string that contains the title of the <A> tag.

See also

Reference

ViewSearchForm class

ViewSearchForm members

Microsoft.SharePoint.WebControls namespace