GatewayConnection.LocalNetworkSiteName Property

Gets or sets the name of the local network site represented by the connection.

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

Usage

'Usage
Dim instance As GatewayConnection
Dim value As String

value = instance.LocalNetworkSiteName

instance.LocalNetworkSiteName = value

Syntax

'Declaration
Public Property LocalNetworkSiteName As String
public string LocalNetworkSiteName { get; set; }
public:
property String^ LocalNetworkSiteName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_LocalNetworkSiteName ()

/** @property */
public void set_LocalNetworkSiteName (String value)
public function get LocalNetworkSiteName () : String

public function set LocalNetworkSiteName (value : String)

Property Value

The name.

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, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

GatewayConnection Class
GatewayConnection Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models.GatewayListConnectionsResponse Namespace