Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
[AllowInSettingRuleAttribute("Source field length", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public int SourceFieldLength { get; }

Property Value

Type: Int32
See Also