[This is preliminary documentation and is subject to change.]

The count of the items in the collection

Namespace:  OfficeClip.BusinessLayer.Extranet.User
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int Count { get; }
Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
Visual C++
public:
property int Count {
	int get ();
}

See Also