'Declaration
Property HostPrintTimeout As Integer
'Usage
Dim instance As IIbmPrinter Dim value As Integer instance.HostPrintTimeout = value value = instance.HostPrintTimeout
int HostPrintTimeout {get; set;}
'Declaration
Property HostPrintTimeout As Integer
'Usage
Dim instance As IIbmPrinter Dim value As Integer instance.HostPrintTimeout = value value = instance.HostPrintTimeout
int HostPrintTimeout {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | This exception is thrown if the set parameter is not within valid range. |
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. |