Gets or sets whether the container should scan and automatically manage event listener containers
            (Types marked with 
EventDrivenAttribute).
            
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public bool ScanEventContainers { get; set; }Public Property ScanEventContainers As Boolean
public:
virtual property bool ScanEventContainers {
	bool get () sealed;
	void set (bool value) sealed;
}/** @property */
public final boolean get_ScanEventContainers()
/** @property */
public final  void set_ScanEventContainers(boolean value)

 See Also
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)