HostedServiceListExtensionsResponse.Extension.Version Property
Gets or sets the version of the 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
The version.
See Also
HostedServiceListExtensionsResponse.Extension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top