 | IEntitySetComplexMemberReadOnly Method |
Set the read only property to a member
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxvoid SetComplexMemberReadOnly(
IComplexEntityMember complexEntityMember,
bool readOnly
)
Sub SetComplexMemberReadOnly (
complexEntityMember As IComplexEntityMember,
readOnly As Boolean
)
Parameters
- complexEntityMember
- Type: EBP.Api.Interfaces.EntityIComplexEntityMember
Complex Entity member to change the read only property - readOnly
- Type: SystemBoolean
True if the member is read only otherwise false
See Also