Click or drag to resize

AppletCollection.IsReadOnly Property

Return true if the collection is readonly

Namespace:  SanteDB.Core.Applets
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public virtual bool IsReadOnly { get; }

Property Value

Type: Boolean

Implements

ICollection<T>.IsReadOnly
See Also