Partilhar via


ViewSearchForm.Action Property

Gets or sets the target page in the LAYOUTS directory to which the search form is submitted.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.Action

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

Property Value

Type: System.String
A string that contains the file name of the target page in the LAYOUTS directory.

See Also

Reference

ViewSearchForm Class

ViewSearchForm Members

Microsoft.SharePoint.WebControls Namespace