Свойство HitCountType

Пространство имен:  Microsoft.DataWarehouse.Interfaces.Debugger
Сборка:  Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)

Синтаксис

'Декларация
Public Property HitCountType As BreakpointHitCountType
    Get
    Set
'Применение
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)