Click or drag to resize

ISharedCollectionTIsReadOnly Property

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
bool IsReadOnly { get; }

Return Value

Type: Boolean
true if the ISharedCollectionT is read-only; otherwise, false.
See Also