Share via


GatewayGetDeviceConfigurationScriptParameters.Platform Property

 

Optional. The device platform.

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

Syntax

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

Property Value

Type: System.String

See Also

GatewayGetDeviceConfigurationScriptParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top