IReadableStringCollection.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
ReadOnly Default Property Item ( _
key As String _
) As String
Get
'Usage
Dim instance As IReadableStringCollection
Dim key As String
Dim value As String
value = instance(key)
string this[
string key
] { get; }
property String^ default[String^ key] {
String^ get (String^ key);
}
abstract Item : string
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- key
Type: System.String
Property Value
Type: System.String
The associated value from the collection.