Share via


DeploymentLog.DetailsUrl Property

 

Optional. The details URL.

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

Syntax

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

Property Value

Type: System.String

See Also

DeploymentLog Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top