HostedServiceListExtensionsResponse.Extension.Id Property

 

Gets or sets the identifier of the extension.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.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

The identifier.

See Also

HostedServiceListExtensionsResponse.Extension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top