Share via


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

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data.Framework Namespace