OperatingSystemListResponse.OperatingSystem.Family Property
Gets or sets a value that specifies which operating system family this version belongs to.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public int Family { get; set; }
public:
property int Family {
int get();
void set(int value);
}
member Family : int with get, set
Public Property Family As Integer
Property Value
Type: System.Int32
The operating system identifier.
See Also
OperatingSystemListResponse.OperatingSystem Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top