Share via


AppRecordingStatus.CanRecord Property

Definition

Gets a value that indicates whether the current app can currently record the audio and video content of the app by calling StartRecordingToFileAsymc.

public:
 property bool CanRecord { bool get(); };
bool CanRecord();
public bool CanRecord { get; }
var boolean = appRecordingStatus.canRecord;
Public ReadOnly Property CanRecord As Boolean

Property Value

Boolean

bool

True if the app can currently record; otherwise, false.

Remarks

If this value is false, check the Details to get detailed information on why the app can't currently record.

Applies to