Compartilhar via


IOptionsMonitor<TOptions>.CurrentValue Property

Definition

Overloads

CurrentValue

Returns the current TOptions instance with the DefaultName.

CurrentValue

Source:
IOptionsMonitor.cs
Source:
IOptionsMonitor.cs
Source:
IOptionsMonitor.cs
Source:
IOptionsMonitor.cs
Source:
IOptionsMonitor.cs

Returns the current TOptions instance with the DefaultName.

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

Property Value

TOptions

Applies to