LocalizableStringIsReadOnly Property
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Booleantrue if the
ICollectionT is read-only; otherwise, false.
ICollectionTIsReadOnly