Share via


GatewayListSupportedDevicesResponse.Platform.OSFamilies Property

 

Optional. The supported OS families for this platform.

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

Syntax

public IList<GatewayListSupportedDevicesResponse.OSFamily> OSFamilies { get; set; }
public:
property IList<GatewayListSupportedDevicesResponse::OSFamily^>^ OSFamilies {
    IList<GatewayListSupportedDevicesResponse::OSFamily^>^ get();
    void set(IList<GatewayListSupportedDevicesResponse::OSFamily^>^ value);
}
member OSFamilies : IList<GatewayListSupportedDevicesResponse.OSFamily> with get, set
Public Property OSFamilies As IList(Of GatewayListSupportedDevicesResponse.OSFamily)

Property Value

Type: System.Collections.Generic.IList<GatewayListSupportedDevicesResponse.OSFamily>

See Also

GatewayListSupportedDevicesResponse.Platform Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top