LocalizableStringIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public bool IsReadOnly { get; }

Return Value

Boolean
true if the ICollectionT is read-only; otherwise, false.

Implements

ICollectionTIsReadOnly

See Also