OptionsWrapper<TOptions>.Get(String) Method

Definition

Caution

This method is obsolete and will be removed in a future version.

This method is obsolete and will be removed in a future version.

public:
 TOptions Get(System::String ^ name);
public TOptions Get (string name);
[System.Obsolete("This method is obsolete and will be removed in a future version.")]
public TOptions Get (string name);
member this.Get : string -> 'Options
[<System.Obsolete("This method is obsolete and will be removed in a future version.")>]
member this.Get : string -> 'Options
Public Function Get (name As String) As TOptions

Parameters

name
String

This parameter is ignored.

Returns

TOptions

The Value.

Attributes

Applies to