ResourceExtensionReference.Version Property

 

Optional. Specifies the version of the resource extension. You can use List Resource Extension Versions to find the version of the resource extension.

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

Syntax

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

Property Value

Type: System.String

See Also

ResourceExtensionReference Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top