BreakpointInfo.HitCountType Property

Gets or sets the hit count type of the breakpoint.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Property HitCountType As BreakpointHitCountType 
    Get 
    Set
'Usage
Dim instance As BreakpointInfo 
Dim value As BreakpointHitCountType 

value = instance.HitCountType

instance.HitCountType = value
public BreakpointHitCountType HitCountType { get; set; }
public:
property BreakpointHitCountType HitCountType {
    BreakpointHitCountType get ();
    void set (BreakpointHitCountType value);
}
member HitCountType : BreakpointHitCountType with get, set
function get HitCountType () : BreakpointHitCountType 
function set HitCountType (value : BreakpointHitCountType)

Property Value

Type: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointHitCountType
The hit count type of the breakpoint.

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace