Share via


Gateway.Profile Property

Gets or sets a GatewayProfile value that specifies the size of the gateway connection.

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

Usage

'Usage
Dim instance As Gateway
Dim value As GatewayProfile

value = instance.Profile

instance.Profile = value

Syntax

'Declaration
Public Property Profile As GatewayProfile
public GatewayProfile Profile { get; set; }
public:
property GatewayProfile Profile {
    GatewayProfile get ();
    void set (GatewayProfile value);
}
/** @property */
public GatewayProfile get_Profile ()

/** @property */
public void set_Profile (GatewayProfile value)
public function get Profile () : GatewayProfile

public function set Profile (value : GatewayProfile)

Property Value

A GatewayProfile value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

Gateway Class
Gateway Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models.NetworkListResponse Namespace