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




Gets the number of elements contained in the container.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Count As Integer
Visual Basic (Usage)Copy Code
Dim instance As DynamicPropertiesCollection
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