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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetAttribute ( _
key As String _
) As String
'Usage
Dim instance As ViewSearchForm
Dim key As String
Dim returnValue As String
returnValue = instance.GetAttribute(key)
public string GetAttribute(
string key
)
Parameters
- key
Type: System.String
Return Value
Type: System.String
Implements
IAttributeAccessor.GetAttribute(String)