Share via


DataConnectionProperties.Keys Property

Gets a collection of the current property key names.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Keys As ICollection(Of String)
[BrowsableAttribute(false)]
public ICollection<string> Keys { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Keys : ICollection<string> with get
[<BrowsableAttribute(false)>]
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>
A collection of the current property key names.

Implements

IDictionary<TKey, TValue>.Keys

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data.Framework Namespace