Chili.Opf3 Send comments on this topic.
Count Property
See Also 
Chili.Opf3.Mapping Namespace > IRelationInfoCollection Interface : Count Property




Gets the number of elements actually contained in the collection.

Syntax

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

Requirements

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

See Also