HostedServiceListExtensionsResponse.Extension.Version 属性

 

获取或设置版本的扩展插件。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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

属性值

Type: System.String

版本。

请参阅

HostedServiceListExtensionsResponse.Extension 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首