set_ReadDate()

ContentDispositionHeaderValue::set_ReadDate(Nullable<DateTimeOffset>) method

Sets the date when the file read the last time.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_ReadDate(Nullable<DateTimeOffset> value)

Arguments

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

See Also