AuthenticationProperties.GetParameter<T>(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 from the Parameters collection.
public:
generic <typename T>
T GetParameter(System::String ^ key);
public T GetParameter<T> (string key);
public T? GetParameter<T> (string key);
member this.GetParameter : string -> 'T
Public Function GetParameter(Of T) (key As String) As T
Type Parameters
- T
Parameter type.
Parameters
- key
- String
Parameter key.
Returns
T
Retrieved value or the default value if the property is not set.