GatewayGetDeviceConfigurationScriptParameters.Vendor Property

 

Optional. The name of the device vendor.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top