Share via


CloudServiceGetResponse.Resource.SchemaVersion Property

 

Optional. Optional version of the intrinsic properties for the resource. If not specified, you must conform to the default contract 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

CloudServiceGetResponse.Resource Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top