GatewayListSupportedDevicesResponse.Vendors Property
Optional. The set of supported vendors.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public IList<GatewayListSupportedDevicesResponse.Vendor> Vendors { get; set; }
public:
property IList<GatewayListSupportedDevicesResponse::Vendor^>^ Vendors {
IList<GatewayListSupportedDevicesResponse::Vendor^>^ get();
void set(IList<GatewayListSupportedDevicesResponse::Vendor^>^ value);
}
member Vendors : IList<GatewayListSupportedDevicesResponse.Vendor> with get, set
Public Property Vendors As IList(Of GatewayListSupportedDevicesResponse.Vendor)
Property Value
Type: System.Collections.Generic.IList<GatewayListSupportedDevicesResponse.Vendor>
See Also
GatewayListSupportedDevicesResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top