Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmTerminal Interface : WordWrap3270MinimumFieldLength Property |
'Declaration
Property WordWrap3270MinimumFieldLength As Integer
'Usage
Dim instance As IIbmTerminal Dim value As Integer instance.WordWrap3270MinimumFieldLength = value value = instance.WordWrap3270MinimumFieldLength
int WordWrap3270MinimumFieldLength {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the set parameter is outside the range of valid values. |
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator. |