 | SettingsEntityPostcodeMinimumPrefixLength Property |
Gets or sets the length of the postcode minimum prefix for address validation.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int PostcodeMinimumPrefixLength { get; set; }
Public Property PostcodeMinimumPrefixLength As Integer
Get
Set
Property Value
Type:
Int32
The length of the postcode minimum prefix.
See Also