Compartilhar via


AutomationResource.SchemaVersion Propriedade

 

Opcional. Obtém ou define a versão do esquema para esse recurso.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo