AvailableValuesCollectionValues Property  | 
 Gets all the values contained in the instance.
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IEnumerable<Object> Values { get; }Public ReadOnly Property Values As IEnumerable(Of Object)
	Get
public:
property IEnumerable<Object^>^ Values {
	IEnumerable<Object^>^ get ();
}member Values : IEnumerable<Object> with get
Property Value
Type: 
IEnumerableObjectThe values.
See Also