Capabilities.Dictionary Property

Gets a collection of objects.

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 Capabilities 
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>
A collection of objects.

See Also

Reference

Capabilities Structure

Microsoft.Owin.BuilderProperties Namespace