Share via


Route.AddressPrefix Property

 

Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top