set_Size()

ContentDispositionHeaderValue::set_Size(Nullable<int64_t>) method

Sets an approximate file size.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_Size(Nullable<int64_t> value)

Arguments

ParameterTypeDescription
valueNullable<int64_t>The value that will be set.

See Also