idx_set()

NameValueCollection::idx_set(const String&, const String&) method

Sets value of an entry.

void System::Collections::Specialized::NameValueCollection::idx_set(const String &name, const String &value)

Arguments

ParameterTypeDescription
nameconst String&entry name.
valueconst String&Value to set at name.

See Also