DocumentFieldDefinitionSourceFieldLength Property  | 
 
            Gets a value indicating whether the (max)length of the source field. If the source isn't a field, this property returns -1.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntax[AllowInSettingRuleAttribute("Source field length", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public int SourceFieldLength { get; }<AllowInSettingRuleAttribute("Source field length", FrameworkSettingTargetElementType.DerivedElementFieldScalar)>
Public ReadOnly Property SourceFieldLength As Integer
	GetProperty Value
Type: 
Int32
See Also