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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.