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)

public:
property IList<GatewayListSupportedDevicesResponse::OSFamily^>^ OSFamilies {
	IList<GatewayListSupportedDevicesResponse::OSFamily^>^ get();
	void set(IList<GatewayListSupportedDevicesResponse::OSFamily^>^ value);
}
Return to top
Show: