Share via


GatewaySetDefaultSiteListParameters.DefaultSite Property

Optional. The default local network site.

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

Usage

'Usage
Dim instance As GatewaySetDefaultSiteListParameters
Dim value As String

value = instance.DefaultSite

instance.DefaultSite = value

Syntax

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

/** @property */
public void set_DefaultSite (String value)
public function get DefaultSite () : String

public function set DefaultSite (value : String)

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

GatewaySetDefaultSiteListParameters Class
GatewaySetDefaultSiteListParameters Members
Microsoft.WindowsAzure.Management.Network.Models Namespace