DynamicSymbol.InstancePath Property

Gets the relative / absolute access path to the instance (with periods (.))

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

Syntax

C#

public string InstancePath { get; }

VB

Public ReadOnly Property InstancePath As String
    Get

Property Value

Type: String
The instance path.

Implements

IInstance.InstancePath

Remarks

If this path is relative or absolute depends on the context. IMember are using relative paths, ISymbols are using absolute ones.

Reference

DynamicSymbol Class

TwinCAT.TypeSystem Namespace