Reflection
ScreenSettleTime Property (IScreen)


Gets or sets time duration during which there should be no host data changes. This value is used in triggering the ScreenReady event. The value is not persisted.
Syntax
'Declaration
 
Property ScreenSettleTime As Integer
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.ScreenSettleTime = value
 
value = instance.ScreenSettleTime
int ScreenSettleTime {get; set;}
See Also