Click or drag to resize

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)
Syntax
void SetComplexMemberReadOnly(
	IComplexEntityMember complexEntityMember,
	bool readOnly
)

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