Share via


AutomationResource.SchemaVersion Property

 

Optional. Gets or sets the schema version for this resource.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top