Trace.IsStarted 속성

정의

Trace 개체가 시작되었는지 여부를 나타내는 값을 가져옵니다.

[System.ComponentModel.Browsable(false)]
public bool IsStarted { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsStarted : bool
Public ReadOnly Property IsStarted As Boolean

속성 값

Trace 개체가 시작된 경우 true입니다. 그렇지 않으면 false입니다.

구현

특성

적용 대상