Share via


GatewayCreateParameters.GatewayType Property

 

Optional. The routing type for this virtual network gateway.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public string GatewayType { get; set; }
public:
property String^ GatewayType {
    String^ get();
    void set(String^ value);
}
member GatewayType : string with get, set
Public Property GatewayType As String

Property Value

Type: System.String

See Also

GatewayCreateParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top