IOptions<TOptions>.Value Property

Definition

Overloads

Value

Gets the default configured TOptions instance.

Value

Source:
IOptions.cs
Source:
IOptions.cs
Source:
IOptions.cs
Source:
IOptions.cs
Source:
IOptions.cs

Gets the default configured TOptions instance.

public TOptions Value { get; }
member this.Value : 'Options
Public ReadOnly Property Value As TOptions

Property Value

TOptions

Applies to