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.1.0.0 (5.1.0)
Syntax [AllowInSettingRuleAttribute("Source field length", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public int SourceFieldLength { get; }
<AllowInSettingRuleAttribute("Source field length", FrameworkSettingTargetElementType.DerivedElementFieldScalar)>
Public ReadOnly Property SourceFieldLength As Integer
Get
Property Value
Type:
Int32See Also