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.
Gets the parameter value.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public object GetParameterValue(
string parameterName
)
public:
Object^ GetParameterValue(
String^ parameterName
)
member GetParameterValue :
parameterName:string -> Object
Public Function GetParameterValue (
parameterName As String
) As Object
Parameters
parameterName
Type: System.StringThe name of the parameter.
Return Value
Type: System.Object
The value of the parameter.
See Also
UnboundFunctionPathSegment Class
System.Web.OData.Routing Namespace
Return to top