Share via


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。

適用対象