Share via


WebSiteUpdateResponse.WebSite Property

Gets or sets an WebSite object that contains the details of the updated website.

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

Usage

'Usage
Dim instance As WebSiteUpdateResponse
Dim value As WebSite

value = instance.WebSite

instance.WebSite = value

Syntax

'Declaration
Public Property WebSite As WebSite
public WebSite WebSite { get; set; }
public:
property WebSite^ WebSite {
    WebSite^ get ();
    void set (WebSite^ value);
}
/** @property */
public WebSite get_WebSite ()

/** @property */
public void set_WebSite (WebSite value)
public function get WebSite () : WebSite

public function set WebSite (value : WebSite)

Property Value

An WebSite object.

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

WebSiteUpdateResponse Class
WebSiteUpdateResponse Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace