LocalizedStringDictionaryKeys Property  | 
  
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<string> Keys { get; }Public ReadOnly Property Keys As ICollection(Of String)
	Get
public:
virtual property ICollection<String^>^ Keys {
	ICollection<String^>^ get () sealed;
}abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Return Value
Type: 
ICollectionStringAn 
ICollectionT containing the keys of the object that implements 
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueKeys
See Also