다음을 통해 공유


AppRecordingStatusDetails.IsDisabledByUser 속성

정의

사용자가 앱 기록을 사용하지 않도록 설정했는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

True이면 사용자가 앱 기록을 사용하지 않도록 설정했습니다. 그렇지 않으면 false입니다.

적용 대상