Kind: MsBreakpointKind;
The Kind property returns breakpoint type.
The type of a breakpoint is set on its creation (the IMsBreakpoints.Add method) and cannot be changed later. To work with various types of points, the interfaces that are children of IMsBreakpoint are provided:
IMsModelCalendarBreakpoint. It is used for working with calendar breakpoints.
IMsDataBreakpoint. It is used for working with breakpoints in the data.
The property use is given in the example for IMsproblemCalculationCallback.OnBreak.
See also: