Click or drag to resize
DocumentFieldDefinitionSourceFieldIsOptional Property
Gets a value indicating whether the source field is optional 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.3.0.0 (5.3.0)
Syntax
[AllowInSettingRuleAttribute("Source field is optional", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public bool SourceFieldIsOptional { get; }

Property Value

Type: Boolean
See Also