HeaderDictionary.Values Property

Gets the attribute value.

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

Syntax

'Declaration
Public ReadOnly Property Values As ICollection(Of String())
    Get
'Usage
Dim instance As HeaderDictionary 
Dim value As ICollection(Of String())

value = instance.Values
public ICollection<string[]> Values { get; }
public:
virtual property ICollection<array<String^>^>^ Values {
    ICollection<array<String^>^>^ get () sealed;
}
abstract Values : ICollection<string[]>
override Values : ICollection<string[]>
final function get Values () : ICollection<String[]>

Property Value

Type: System.Collections.Generic.ICollection<String[]>
The attribute value.

Implements

IDictionary<TKey, TValue>.Values

See Also

Reference

HeaderDictionary Class

Microsoft.Owin Namespace