Share via


GatewayListConnectionsResponse.GatewayConnection.LocalNetworkSiteName Property

 

Optional. The name of the local network site represented by the connection.

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

Syntax

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

Property Value

Type: System.String

See Also

GatewayListConnectionsResponse.GatewayConnection Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top