| 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.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax[AllowInSettingRuleAttribute("Source field is optional", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public bool SourceFieldIsOptional { get; }<AllowInSettingRuleAttribute("Source field is optional", FrameworkSettingTargetElementType.DerivedElementFieldScalar)>
Public ReadOnly Property SourceFieldIsOptional As Boolean
	GetProperty Value
Type: 
Boolean
See Also