Share via


ViewSearchForm.SetAttribute method

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

Syntax

'Declaration
Public Sub SetAttribute ( _
    key As String, _
    value As String _
)
'Usage
Dim instance As ViewSearchForm
Dim key As String
Dim value As String

instance.SetAttribute(key, value)
public void SetAttribute(
    string key,
    string value
)

Parameters

Implements

IAttributeAccessor.SetAttribute(String, String)

See also

Reference

ViewSearchForm class

ViewSearchForm members

Microsoft.SharePoint.WebControls namespace