set_Name()

ContentDispositionHeaderValue::set_Name(String) method

Sets a name for a part of the content body.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_Name(String value)

Arguments

ParameterTypeDescription
valueStringThe value that will be set.

See Also