Click or drag to resize
IFieldElementCore.NameValidatorToUse Property
Sets the name validator to use.

Namespace: SD.LLBLGen.Pro.ApplicationCore
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
IValidator<string> NameValidatorToUse { set; }

Property Value

Type: IValidator<String>
See Also