DefaultServer Property

Returns a flag signifying whether this OPC DataServer was installed as the default.

Syntax

object.DefaultServer

Properties

The DefaultServer property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Return Values

The DefaultServer property return values are:

Value

Description

0

The specified data server is not the default server.

1

The specified data server is the default server.

Remarks

DefaultServer is a read-only property of type String.

The DefaultServer information is registered during installation of the OPC server using the DataServerInstaller program.

 

Applies To