Chili.Opf3 Send comments on this topic.
Keys Property
See Also 
Chili.Opf3 Namespace > PersistentQueriesProvidersCollection Class : Keys Property




Gets an ICollection containing the keys of the PersistentQueriesProvidersCollection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Keys As ICollection(Of Type)
Visual Basic (Usage)Copy Code
Dim instance As PersistentQueriesProvidersCollection
Dim value As ICollection(Of Type)
 
value = instance.Keys
C# 
public ICollection<Type> Keys {get;}
Managed Extensions for C++ 
public: __property ICollection<Type>* get_Keys();
C++/CLI 
public:
property ICollection<Type>^ Keys {
   ICollection<Type>^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also