Initializing help system before first use

IsReadOnly Property

True if the list is read-only (ie items cannot be added or removed by the user). XPRMObjectsList objects are always read-only.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public bool IsReadOnly { get; }

Property Value

Type:  Boolean

Implements

IListIsReadOnly
See Also