Session.SymbolServer Property

Gets the symbol server.

Namespace:  TwinCAT
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public ISymbolServer SymbolServer { get; }

Property Value

Type: ISymbolServer
The symbol server.

Implements

ISymbolServerProvider.SymbolServer

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