ConnectionStringBuilderKeys Property  | 
 
            Gets the keys.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<string> Keys { get; }Public ReadOnly Property Keys As ICollection(Of String)
	Get
public:
property ICollection<String^>^ Keys {
	ICollection<String^>^ get ();
}member Keys : ICollection<string> with get
Property Value
Type: 
ICollectionStringThe keys.
See Also