Share via


Address.Dictionary Property

 

Gets the internal dictionary for this collection.

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

Syntax

public IDictionary<string, object> Dictionary { get; }
public:
property IDictionary<String^, Object^>^ Dictionary {
    IDictionary<String^, Object^>^ get();
}
member Dictionary : IDictionary<string, Object> with get
Public ReadOnly Property Dictionary As IDictionary(Of String, Object)

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

The internal dictionary for this collection.

See Also

Address Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top