Share via


AddRouteTableToSubnetParameters.RouteTableName Property

 

Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top