Compartilhar via


ModuleProperties.Version Propriedade

 

Opcional. Obtém ou define a versão do módulo.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe ModuleProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo