IPConfiguration.SubnetName Property

 

Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

IPConfiguration Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top