Click or drag to resize

TypeIsReadOnly Property

Returns a value indicating if this type is read only or not, i.e. if instances cannot be added or removed.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public bool IsReadOnly { get; }

Property Value

Type: Boolean
See Also