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




Gets the number of elements contained in the PersistentQueriesProvidersCollection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Count As Integer
Visual Basic (Usage)Copy Code
Dim instance As PersistentQueriesProvidersCollection
Dim value As Integer
 
value = instance.Count
C# 
public int Count {get;}
Managed Extensions for C++ 
public: __property int get_Count();
C++/CLI 
public:
property int Count {
   int get();
}

Requirements

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

See Also