Share via


Deployment.Id Property

 

Optional. The identifier.

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

Syntax

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

Property Value

Type: System.String

See Also

Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top