Share via


Capabilities.Get<T> Method (String)

 

Gets the value from the dictionary with the specified key.

Namespace:   Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public T Get<T>(
    string key
)
public:
generic<typename T>
T Get(
    String^ key
)
member Get<'T> : 
        key:string -> 'T
Public Function Get(Of T) (
    key As String
) As T

Parameters

Return Value

Type: T

The value with the specified key.

Type Parameters

  • T
    The type of the value.

See Also

Capabilities Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top