Address.Get<T> Method

Gets the list of keys in the Address.

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

Syntax

'Declaration
Public Function Get(Of T) ( _
    key As String _
) As T
'Usage
Dim instance As Address 
Dim key As String 
Dim returnValue As T

returnValue = instance.Get(key)
public T Get<T>(
    string key
)
public:
generic<typename T>
T Get(
    String^ key
)
member Get : 
        key:string -> 'T 
JScript does not support generic types and methods.

Type Parameters

  • T
    The type generic.

Parameters

Return Value

Type: T
The list of keys in the Address.

See Also

Reference

Address Structure

Microsoft.Owin.BuilderProperties Namespace