Gets or sets an integer representing the time limit when attempting to fetch data.
Note: |
|---|
To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method. |
|
|---|
var a = MyDataView.get_timeout();
MyDataView.set_timeout(value) |
Parameters
Return Value
An integer representing the time limit when attempting to fetch data.
See Also
Other Resources
Language Reference