使用英语阅读

通过


OperatingSystemListFamiliesResponse.OperatingSystemFamily.Name 属性

 

获取或设置一个值,该值指示此版本属于哪个操作系统系列。

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

语法

public int Name { get; set; }
public:
property int Name {
    int get();
    void set(int value);
}
member Name : int with get, set
Public Property Name As Integer

属性值

Type: System.Int32

操作系统标识符中。

请参阅

OperatingSystemListFamiliesResponse.OperatingSystemFamily 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首