Share via


ISql90Route.Address Property

Gets or sets the network address for this route.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Address As String
string Address { get; set; }
property String^ Address {
    String^ get ();
    void set (String^ value);
}
abstract Address : string with get, set
function get Address () : String
function set Address (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Route Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace