GigaSpaces XAP.NET Documentation
GatewayTargets Property
Class LibraryGigaSpaces.Core.ReplicationGatewayConfigGatewayTargets
Gets or sets the gateway targets configurations.
Declaration Syntax
C#Visual BasicVisual C++J#
public IList<GatewayTargetConfig> GatewayTargets { get; set; }
Public Property GatewayTargets As IList(Of GatewayTargetConfig)
public:
property IList<GatewayTargetConfig^>^ GatewayTargets {
	IList<GatewayTargetConfig^>^ get ();
	void set (IList<GatewayTargetConfig^>^ value);
}
/** @property */
public IList<GatewayTargetConfig> get_GatewayTargets()
/** @property */
public  void set_GatewayTargets(IList<GatewayTargetConfig> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)