Property this
this[string]
Gets the specified parameter value.
public string this[string paramName] { get; set; }
Parameters
paramNamestringThe parameter name to resolve the value of.
Gets the specified parameter value.
public string this[string paramName] { get; set; }
paramName stringThe parameter name to resolve the value of.