'Declaration
Property MinimumWordLength As Integer
'Usage
Dim instance As IAutoComplete Dim value As Integer instance.MinimumWordLength = value value = instance.MinimumWordLength
int MinimumWordLength {get; set;}
'Declaration
Property MinimumWordLength As Integer
'Usage
Dim instance As IAutoComplete Dim value As Integer instance.MinimumWordLength = value value = instance.MinimumWordLength
int MinimumWordLength {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if set value is outside the valid range. |
Attachmate.Reflection.SecuredSettingException | This exception is thrown if you modify a Reflection property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges. |