Gets the value from the user context for the specified key.
'Declaration
Public MustOverride Function GetValue( _
ByVal As String _
) As String
public abstract string GetValue(
string
)
Parameters
- key
- The key to get a value for.
Return Value
The value from the user context.