Indicates the interval for a notification to remain active.
property TimeOut: integer default 432000;
Set the TimeOut property to determine time interval in seconds, after which the notification registration will expire.
The default value is 432000, which equals to 5 days. The minimum value is 1 second, maximum is 2^31-1 seconds.