GigaSpaces XAP.NET Documentation
Gateway Property
Class LibraryGigaSpaces.XAP.ConfigurationSpaceProxyConfigurationElementGateway
Gets or sets gateway configuration of this space.
Declaration Syntax
C#Visual BasicVisual C++J#
public GatewayConfigurationElement Gateway { get; set; }
Public Property Gateway As GatewayConfigurationElement
public:
property GatewayConfigurationElement^ Gateway {
	GatewayConfigurationElement^ get ();
	void set (GatewayConfigurationElement^ value);
}
/** @property */
public GatewayConfigurationElement get_Gateway()
/** @property */
public  void set_Gateway(GatewayConfigurationElement value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)