DynamicSymbol.IsReference Property
Indicates that the IInstance represents a Reference type (REFERENCE TO)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool IsReference { get; }
VB
Public ReadOnly Property IsReference As Boolean
Get
Property Value
Type: Boolean
true if is ReferenceTo, otherwise
false.