DataConnectionProperties.Values Property
Retrieves a collection of the current property values.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Values As ICollection(Of Object)
[BrowsableAttribute(false)]
public ICollection<Object> Values { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<Object^>^ Values {
ICollection<Object^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Values : ICollection<Object> with get
[<BrowsableAttribute(false)>]
override Values : ICollection<Object> with get
final function get Values () : ICollection<Object>
Property Value
Type: System.Collections.Generic.ICollection<Object>
A collection of the current property values.
Implements
IDictionary<TKey, TValue>.Values
.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.