Compartir a través de


AuthenticationProperties.GetParameter<T>(String) Método

Definición

Obtenga un parámetro de la Parameters colección.

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

Parámetros de tipo

T

Tipo de parámetro.

Parámetros

key
String

Clave de parámetro.

Devoluciones

T

Valor recuperado o el valor predeterminado si la propiedad no está establecida.

Se aplica a