ParameterNameValueHashtable.GetAt Method
Returns a string that is the value for the key parameter that is passed in.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetAt ( _
key As String _
) As String
'Usage
Dim instance As ParameterNameValueHashtable
Dim key As String
Dim returnValue As String
returnValue = instance.GetAt(key)
public string GetAt(
string key
)
Parameters
- key
Type: System.String
Return Value
Type: System.String
See Also
Reference
ParameterNameValueHashtable Class