Attachmate.Reflection.Productivity Namespace > ISpellCheck Interface : MinimumMatch Property |
'Declaration
Property MinimumMatch As Integer
'Usage
Dim instance As ISpellCheck Dim value As Integer instance.MinimumMatch = value value = instance.MinimumMatch
int MinimumMatch {get; set;}
Exception | Description |
---|---|
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. |