GatewayGetResponse.DefaultSite Property
Optional. The default site on the gateway.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Usage
'Usage
Dim instance As GatewayGetResponse
Dim value As GatewayDefaultSite
value = instance.DefaultSite
instance.DefaultSite = value
Syntax
'Declaration
Public Property DefaultSite As GatewayDefaultSite
public GatewayDefaultSite DefaultSite { get; set; }
public:
property GatewayDefaultSite^ DefaultSite {
GatewayDefaultSite^ get ();
void set (GatewayDefaultSite^ value);
}
/** @property */
public GatewayDefaultSite get_DefaultSite ()
/** @property */
public void set_DefaultSite (GatewayDefaultSite value)
public function get DefaultSite () : GatewayDefaultSite
public function set DefaultSite (value : GatewayDefaultSite)
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
GatewayGetResponse Class
GatewayGetResponse Members
Microsoft.WindowsAzure.Management.Network.Models Namespace