ReadableStringCollection.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

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

Parameters

Property Value

Type: System.String

Returns String.

Implements

IReadableStringCollection.Item[String]

See Also

ReadableStringCollection Class
Microsoft.Owin Namespace

Return to top