Gets or sets the gateway targets configurations.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public GatewayTargetsConfigurationElementCollection Targets { get; set; }
Public Property Targets As GatewayTargetsConfigurationElementCollection Get Set
public: property GatewayTargetsConfigurationElementCollection^ Targets { GatewayTargetsConfigurationElementCollection^ get (); void set (GatewayTargetsConfigurationElementCollection^ value); }
/** @property */ public GatewayTargetsConfigurationElementCollection get_Targets() /** @property */ public void set_Targets(GatewayTargetsConfigurationElementCollection value)