HeaderDictionary.Values Property

 

Gets the attribute value.

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

Syntax

public ICollection<string[]> Values { get; }
public:
property ICollection<array<String^>^>^ Values {
    virtual ICollection<array<String^>^>^ get() sealed;
}
abstract Values : ICollection<string[]> with get
override Values : ICollection<string[]> with get
Public ReadOnly Property Values As ICollection(Of String())

Property Value

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

The attribute value.

Implements

IDictionary<TKey, TValue>.Values

See Also

HeaderDictionary Class
Microsoft.Owin Namespace

Return to top