PocketPlanner Programmer's Guide

ContactCollection.Remove Method

See Also

Removes the first occurrence of the specified Contact object from this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    Contact contact
)

Visual Basic

Public Sub Remove ( _
    contact As Contact _
)

 Parameters

contact
A Contact instance which must be removed from the collection.

 See Also