Share via


GatewayGetDeviceConfigurationScriptParameters.OSFamily Property

 

Optional. The device OS family.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top