Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.