BaseContext<TOptions>.Options Property

 

Namespace:   Microsoft.Owin.Security.Provider
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

public TOptions Options { get; private set; }
public:
property TOptions Options {
    TOptions get();
    private: void set(TOptions value);
}
member Options : 'TOptions with get, private set
Public Property Options As TOptions
    Get
    Private Set
End Property

Property Value

Type: TOptions

See Also

BaseContext<TOptions> Class
Microsoft.Owin.Security.Provider Namespace

Return to top