Platform.OSFamilies Property

Gets or sets a collection of OSFamily objects that specify the supported OS families for the platform.

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

Usage

'Usage
Dim instance As Platform
Dim value As IList(Of OSFamily)

value = instance.OSFamilies

instance.OSFamilies = value

Syntax

'Declaration
Public Property OSFamilies As IList(Of OSFamily)
public IList<OSFamily> OSFamilies { get; set; }
public:
property IList<OSFamily^>^ OSFamilies {
    IList<OSFamily^>^ get ();
    void set (IList<OSFamily^>^ value);
}
/** @property */
public IList<OSFamily> get_OSFamilies ()

/** @property */
public void set_OSFamilies (IList<OSFamily> value)
public function get OSFamilies () : IList<OSFamily>

public function set OSFamilies (value : IList<OSFamily>)

Property Value

A collection of OSFamily objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Platform Class
Platform Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models.GatewayListSupportedDevicesResponse Namespace