DimensionCollection.IsReadOnly Property
Gets a value indicating whether the ICollection.T. is read-only.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public bool IsReadOnly { get; }
Property Value
Type: Boolean
true if this instance is read only;
otherwise, false.
Implements
ICollection.T..IsReadOnly