InfoConnect for Airlines
MinimumMatch Property (ISpellCheck)
Example 


Gets or sets the minimum field length (between 2 - 1920) in which spelling is reviewed.
Syntax
'Declaration
 
Property MinimumMatch As Integer
'Usage
 
Dim instance As ISpellCheck
Dim value As Integer
 
instance.MinimumMatch = value
 
value = instance.MinimumMatch
int MinimumMatch {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if the specified value is outside the valid range.
Attachmate.Reflection.SecuredSettingException This exception is thrown if you modify a InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Example

	
See Also