Property of ISettings
Returns file size from which asynchronous loading shall be used.
Read-Only Property of type long
var nVal = Settings.AsyncReadLimit;
nVal = Settings.AsyncReadLimit
long nVal; HRESULT hr = Settings.get_AsyncReadLimit(&nVal);
ISettings