Connection.KeepAlive Property

Keep Connection Open.Represents the attribte in schema: keepAlive

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "keepAlive")> _
Public Property KeepAlive As BooleanValue
    Get
    Set
'Usage
Dim instance As Connection
Dim value As BooleanValue

value = instance.KeepAlive

instance.KeepAlive = value
[SchemaAttrAttribute(, "keepAlive")]
public BooleanValue KeepAlive { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace