Session.SymbolServer Property

Gets the symbol server.

Namespace:  TwinCAT
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public ISymbolServer SymbolServer { get; }

VB

Public ReadOnly Property SymbolServer As ISymbolServer
    Get

Property Value

Type: ISymbolServer
The symbol server.

Remarks

The Session object holds and caches the symbolic information. To initially create this information, the Connection must be established.

Reference

Session Class

TwinCAT Namespace