Share via


VcnConfig.GatewayConnectionConfigs Property

Definition

Retrieves the set of configured GatewayConnection(s).

public System.Collections.Generic.ICollection<Android.Net.Vcn.VcnGatewayConnectionConfig> GatewayConnectionConfigs { [Android.Runtime.Register("getGatewayConnectionConfigs", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getGatewayConnectionConfigs", "()Ljava/util/Set;", "", ApiSince=31)>]
member this.GatewayConnectionConfigs : System.Collections.Generic.ICollection<Android.Net.Vcn.VcnGatewayConnectionConfig>

Property Value

Attributes

Remarks

Retrieves the set of configured GatewayConnection(s).

Java documentation for android.net.vcn.VcnConfig.getGatewayConnectionConfigs().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to