Version

KeeplineDurationOverride Property

By default Null, if the value is Null, it will allow the proxy to determine what the default keep line durantion to be, with a default of 1500ms. If the value is set it will set the default for all actions of the proxy.
Syntax
'Declaration
 
<ProxySetting(1502)>
Protected Property KeeplineDurationOverride As System.Nullable(Of Integer)
[ProxySetting(1502)]
protected System.Nullable<int> KeeplineDurationOverride {get; set;}
[ProxySetting(1502)]
protected: __property System.Nullable<int> get_KeeplineDurationOverride();
protected: __property void set_KeeplineDurationOverride( 
   System.Nullable<int> value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also