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
- key
Type: System.String
- value
Type: System.String
Implements
IAttributeAccessor.SetAttribute(String, String)