'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
.'Declaration Public ReadOnly Property IsOpen As Boolean
'Usage Dim instance As ConnectionBase Dim value As Boolean value = instance.IsOpen
public bool IsOpen {get;}
true
if the connection is open; otherwise, false
.