Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConnectionBase Class / IsOpen Property


In This Topic
    IsOpen Property (ConnectionBase)
    In This Topic
    Gets whether the connection is open.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsOpen As Boolean
    'Usage
     
    Dim instance As ConnectionBase
    Dim value As Boolean
     
    value = instance.IsOpen
    public bool IsOpen {get;}

    Property Value

    true if the connection is open; otherwise, false.
    See Also