DocumentFieldDefinitionSourceFieldIsReadOnly Property |
Gets a value indicating whether the source field is read-only or not. If the source isn't a field, this property returns false.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax [AllowInSettingRuleAttribute("Source field is read-only", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public bool SourceFieldIsReadOnly { get; }
<AllowInSettingRuleAttribute("Source field is read-only", FrameworkSettingTargetElementType.DerivedElementFieldScalar)>
Public ReadOnly Property SourceFieldIsReadOnly As Boolean
Get
Property Value
Type:
BooleanSee Also