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

ConnectionPropertiesPage.ServerTypeAdvantage Property

Specifies the type of the Advantage server.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual AdvantageServerType ServerTypeAdvantage { get; set; }

Property Value

Type Description
AdvantageServerType

An AdvantageServerType enumeration value.

Available values:

Name Description
Local

Identifies the Local server type.

Remote

Identifies the Remote server type.

Internet

Identifies the Internet server type.

See Also