Gets or sets the gateway targets configurations.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public IList<GatewayTargetConfig> GatewayTargets { get; set; }
Public Property GatewayTargets As IList(Of GatewayTargetConfig) Get Set
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)