GatewayListSupportedDevicesResponse.Platform.Name Property

 

Optional. The platform name.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

See Also

GatewayListSupportedDevicesResponse.Platform Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top