WebSite.RepositorySiteName Property
Gets or sets the name of the repository web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string RepositorySiteName { get; set; }
public:
property String^ RepositorySiteName {
String^ get();
void set(String^ value);
}
member RepositorySiteName : string with get, set
Public Property RepositorySiteName As String
Property Value
Type: System.String
The name.
See Also
WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top