AvailableValuesCollectionValues Property |
Gets all the values contained in the instance.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
IEnumerableObjectThe values.
See Also