Gets or sets gateway configuration of this space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public GatewayConfigurationElement Gateway { get; set; }
Public Property Gateway As GatewayConfigurationElement Get Set
public: property GatewayConfigurationElement^ Gateway { GatewayConfigurationElement^ get (); void set (GatewayConfigurationElement^ value); }
/** @property */ public GatewayConfigurationElement get_Gateway() /** @property */ public void set_Gateway(GatewayConfigurationElement value)