Gets or sets the maximum allowed duration to hold stale data in the view before restarting the view. This occurrs when the connection is lost
            with the remote space for the specified duration.
            Null value indicates that the default value will be used.
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public Nullable<long> MaxDisconnectionDuration { get; set; }Public Property MaxDisconnectionDuration As Nullable(Of Long)
/** @property */
public Nullable<long> get_MaxDisconnectionDuration()
/** @property */
public  void set_MaxDisconnectionDuration(Nullable<long> value)
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)