DkmRuntimeBreakpoint.SourceId Property

Definition

Identifies the source of an object. SourceIds are used to enable filtering in scenarios when multiple components may be creating instances of a class. For example, source ids can be used to determine if a breakpoint comes from the AD7 AL (ex: user breakpoint, or other breakpoint visible at the SDM level) instead of a breakpoint which may be created by another component (for example an internal breakpoint used for stepping).

public:
 property Guid SourceId { Guid get(); };
public Guid SourceId { get; }
member this.SourceId : Guid
Public ReadOnly Property SourceId As Guid

Property Value

Returns Guid.

Applies to