 | IEntityCollectionBaseReadOnly Property |
Gets/Sets if the collection is read only
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxbool ReadOnly { get; set; }
Property ReadOnly As Boolean
Get
Set
Property Value
Type:
BooleanTrue to set the collection read only, otherwise
falseReturn Value
Type:
BooleanTrue if the collection is read only, otherwise
false
See Also