BizBlox
Count Property
Namespacespixolut.BizBloxDOCollectionCount
BizBlox
Get the number of elements in the collection.
Declaration Syntax
C#Visual BasicVisual C++
public int Count { get; }
Public ReadOnly Property Count As Integer
public:
property int Count {
	int get ();
}
Value
Number of elements in the collection.
Remarks
If the collection has not been initialised through a 'find' call then the count will be 0. There is no differentiation between unitialised and initalised with an empty result set.

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0