ISymbol.IsReadOnly Property
Gets a value indicating whether this ISymbol is read only.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool IsReadOnly { get; }
VB
ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type: Boolean
true if this instance is read only;
otherwise, false.