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)
Syntax
public IList<GatewayListSupportedDevicesResponse.Platform> Platforms { get; set; }
public:
property IList<GatewayListSupportedDevicesResponse::Platform^>^ Platforms {
IList<GatewayListSupportedDevicesResponse::Platform^>^ get();
void set(IList<GatewayListSupportedDevicesResponse::Platform^>^ value);
}
member Platforms : IList<GatewayListSupportedDevicesResponse.Platform> with get, set
Public Property Platforms As IList(Of GatewayListSupportedDevicesResponse.Platform)
Property Value
Type: System.Collections.Generic.IList<GatewayListSupportedDevicesResponse.Platform>
See Also
GatewayListSupportedDevicesResponse.Vendor Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top