Address.Dictionary Property
Gets the internal dictionary for this collection.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public ReadOnly Property Dictionary As IDictionary(Of String, Object)
Get
'Usage
Dim instance As Address
Dim value As IDictionary(Of String, Object)
value = instance.Dictionary
public IDictionary<string, Object> Dictionary { get; }
public:
property IDictionary<String^, Object^>^ Dictionary {
IDictionary<String^, Object^>^ get ();
}
member Dictionary : IDictionary<string, Object>
function get Dictionary () : IDictionary<String, Object>
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The internal dictionary for this collection.