Share via


NetworkListResponse.Gateway.Profile Property

 

Optional. The gateway connection size.

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

Syntax

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

Property Value

Type: System.String

See Also

NetworkListResponse.Gateway Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top