Compartilhar via


ExtensionImage.Type Propriedade

 

Obrigatório. Obrigatório. O tipo da extensão.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe ExtensionImage
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo