IMsBreakpoint.Name

Syntax

Name: String;

Description

The Name property determines a breakpoint name.

Comments

A breakpoint does not have a name by default. The name is not used for unique identification of breakpoint and that is why cannot be unique. It can be composed from any sequence of letters, numbers and symbols. It is desirable that the name was meaningful.

Example

The property use is given in the example for IMsModelCalendarBreakpoint.CalendarPoint.

See also:

IMsBreakpoint