GigaSpaces XAP.NET Documentation
Instance Property
Class LibraryGigaSpaces.Core.PersistencyExternalDataSourceConfigInstance
Gets or sets the instance of the managed data source.
Declaration Syntax
C#Visual BasicVisual C++J#
public IManagedDataSource Instance { get; set; }
Public Property Instance As IManagedDataSource
public:
property IManagedDataSource^ Instance {
	IManagedDataSource^ get ();
	void set (IManagedDataSource^ value);
}
/** @property */
public IManagedDataSource get_Instance()
/** @property */
public  void set_Instance(IManagedDataSource value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)