HostedServiceGetExtensionResponse.Type Property

 

Gets or sets the type of the extension.

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

Syntax

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

Property Value

Type: System.String

The extension type.

See Also

HostedServiceGetExtensionResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top