OptionsWrapper<TOptions>.Get(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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