ReadableStringCollection.Get Method

Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.

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

Syntax

'Declaration
Public Function Get ( _
    key As String _
) As String
'Usage
Dim instance As ReadableStringCollection 
Dim key As String 
Dim returnValue As String 

returnValue = instance.Get(key)
public string Get(
    string key
)
public:
virtual String^ Get(
    String^ key
) sealed
abstract Get : 
        key:string -> string  
override Get : 
        key:string -> string
public final function Get(
    key : String
) : String

Parameters

Return Value

Type: System.String

Implements

IReadableStringCollection.Get(String)

See Also

Reference

ReadableStringCollection Class

Microsoft.Owin Namespace