StartOptions.Settings Property

Gets or sets the optional settings used to override service types and other defaults.

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

Syntax

'Declaration
Public Property Settings As IDictionary(Of String, String)
    Get 
    Private Set
'Usage
Dim instance As StartOptions 
Dim value As IDictionary(Of String, String)

value = instance.Settings
public IDictionary<string, string> Settings { get; private set; }
public:
property IDictionary<String^, String^>^ Settings {
    IDictionary<String^, String^>^ get ();
    private: void set (IDictionary<String^, String^>^ value);
}
member Settings : IDictionary<string, string> with get, private set
function get Settings () : IDictionary<String, String>
private function set Settings (value : IDictionary<String, String>)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
The optional settings used to override service types and other defaults.

See Also

Reference

StartOptions Class

Microsoft.Owin.Hosting Namespace