LocalizedStringDictionaryValues Property |
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<string?> Values { get; }
Public ReadOnly Property Values As ICollection(Of String)
Get
public:
virtual property ICollection<String^>^ Values {
ICollection<String^>^ get () sealed;
}
abstract Values : ICollection<string> with get
override Values : ICollection<string> with get
Return Value
Type:
ICollectionStringAn
ICollectionT containing the values in the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueValuesSee Also