WebSiteDeleteRepositoryResponse.Uri Property

 

Gets or sets the URI of the web site repository.

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

Syntax

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

Property Value

Type: System.Uri

The URI.

See Also

WebSiteDeleteRepositoryResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top