다음을 통해 공유


AppRecordingStatusDetails.IsDisabledBySystem 속성

정의

시스템에서 앱 기록을 사용하지 않도록 설정할지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsDisabledBySystem { bool get(); };
bool IsDisabledBySystem();
public bool IsDisabledBySystem { get; }
var boolean = appRecordingStatusDetails.isDisabledBySystem;
Public ReadOnly Property IsDisabledBySystem As Boolean

속성 값

Boolean

bool

시스템에서 앱 기록을 사용하지 않도록 설정하면 True이고, 그렇지 않으면 false입니다.

적용 대상