IReadableStringCollection.Item Property (String)

 

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

string this[
    string key
] { get; }
property String^ default[
    String^ key
] {
    String^ get(String^ key);
}
abstract Item : 
        key:string -> string with get
ReadOnly Property Item (
    key As String
) As String

Parameters

Property Value

Type: System.String

Returns String.

See Also

IReadableStringCollection Interface
Microsoft.Owin Namespace

Return to top