DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnectionStringBuilder Class / Keys Property

In This Topic
    Keys Property (C1ServiceNowConnectionStringBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Keys As ICollection
    public ICollection Keys {get;}

    Property Value

    An System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder.
    See Also