System::Net::Http::Headers::ContentDispositionHeaderValue::set_Size method

ContentDispositionHeaderValue::set_Size method

Sets an approximate file size.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_Size(Nullable<int64_t> value)
ParameterTypeDescription
valueNullable<int64_t>The value that will be set.

See Also