PocketPlanner Programmer's Guide

ContactCollection Class

See Also

Represents a strongly-typed collection of Contact objects.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public sealed class ContactCollection : CollectionBase

Visual Basic

Public NotInheritable Class ContactCollection
    Inherits CollectionBase

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Scheduling.ContactCollection

 See Also