Skip to main content
A newer version of this page is available. .

ConnectionPropertiesPage.Hostname Property

Specifies the host name of the SAP SQL Anywhere server to which the connection should be established.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual string Hostname { get; set; }

Property Value

Type Description
String

A String value, specifying the SAP SQL Anywhere server host name.

See Also