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

public IDictionary<string, object> Properties { get; }
public:
property IDictionary<String^, Object^>^ Properties {
    virtual IDictionary<String^, Object^>^ get() sealed;
}
abstract Properties : IDictionary<string, Object> with get
override Properties : IDictionary<string, Object> with get
Public ReadOnly Property Properties As IDictionary(Of String, Object)

Property Value

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

Returns IDictionary<TKey, TValue>.

Implements

IAppBuilder.Properties

See Also

AppBuilder Class
Microsoft.Owin.Builder Namespace

Return to top