Keys property

Gets an System.Collections.ICollection that contains the keys in the SAConnectionStringBuilder.

Syntax
Visual Basic

Public Overrides Readonly Property Keys As ICollection
C#

public override ICollection Keys  { get;}
Property value

An System.Collections.ICollection that contains the keys in the SAConnectionStringBuilder.

See also