NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICollection.Count

When implemented by a class, retrieves the number of elements in the ICollection.

[Visual Basic]
ReadOnly Property Count As Integer
[C#]
int Count {get;}
[C++]
int get_Count() = 0;
[JScript]
abstract function get Count() : int;

Property Value

The number of elements in the ICollection.

See Also

ICollection Interface | ICollection Members | System.Collections Namespace