Share via


AppBuilder.Properties Property

Contains arbitrary properties which may added, examined, and modified by components during the startup sequence.

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

Syntax

'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, Object)
    Get
'Usage
Dim instance As AppBuilder 
Dim value As IDictionary(Of String, Object)

value = instance.Properties
public IDictionary<string, Object> Properties { get; }
public:
virtual property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get () sealed;
}
abstract Properties : IDictionary<string, Object>
override Properties : IDictionary<string, Object>
final function get Properties () : IDictionary<String, Object>

Property Value

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

Implements

IAppBuilderProperties

See Also

Reference

AppBuilder Class

Microsoft.Owin.Builder Namespace