GatewayListSupportedDevicesResponse::Vendor::Platforms Property

 

Optional. The supported platforms for the vendor.

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

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