WebQueryConnection
KeepAlive Property
|
Gets or sets the value indicating whether the connection should keep alive.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override bool KeepAlive { get; set; }
Public Overrides Property KeepAlive As Boolean
Get
Set
public:
virtual property bool KeepAlive {
bool get () override;
void set (bool value) override;
}
abstract KeepAlive : bool with get, set
override KeepAlive : bool with get, set
Property Value
Type:
Boolean
See Also