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.8.0.0 (5.8.21.0208)
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