ReadableStringCollection.Item Property

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 ReadOnly Default Property Item ( _
    key As String _
) As String 
    Get
'Usage
Dim instance As ReadableStringCollection 
Dim key As String 
Dim value As String 

value = instance(key)
public string this[
    string key
] { get; }
public:
virtual property String^ default[String^ key] {
    String^ get (String^ key) sealed;
}
abstract Item : string 
override Item : string
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: System.String

Implements

IReadableStringCollection.Item[String]

See Also

Reference

ReadableStringCollection Class

Microsoft.Owin Namespace