DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase Class / State Property

In This Topic
    State Property (C1ConnectionBase)
    In This Topic
    Gets a string that describes the state of the connection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property State As ConnectionState
    public override ConnectionState State {get;}
    See Also