IOptionsCollection.Item Property

Gets or sets a string representation of the option value.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
string this[
	string name
] { get; set; }

Parameters

name  String
Name of the option.

Return Value

String
A string representation of the option value.

See Also