Deployment.IsReadOnly Property

 

Optional. Indicates if the deployment is read only.

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

Syntax

public bool IsReadOnly { get; set; }
public:
property bool IsReadOnly {
    bool get();
    void set(bool value);
}
member IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean

Property Value

Type: System.Boolean

See Also

Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top