DynamicSymbol.NormalizedName Property

Gets the normalized instance name (fixed name for dynamic property access that doesn't contain invalid characters),

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

Syntax

C#

public string NormalizedName { get; }

VB

Public ReadOnly Property NormalizedName As String
    Get

Property Value

Type: String
The normalized instance name (can be the same like InstanceName

Implements

IDynamicSymbol.NormalizedName

Reference

DynamicSymbol Class

TwinCAT.TypeSystem Namespace

IInstance.InstanceName