System::Net::Http::Headers::ContentDispositionHeaderValue::set_ReadDate method

ContentDispositionHeaderValue::set_ReadDate method

Sets the date when the file read the last time.

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

See Also