BaseActionMethodRequestBuilder<T>.GetParameter<U>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a parameter string for a given name.
protected U GetParameter<U> (string name);
member this.GetParameter : string -> 'U
Protected Function GetParameter(Of U) (name As String) As U
Type Parameters
- U
The type of the value parameter.
Parameters
- name
- String
The name key.
Returns
U
The value associated with the given name.