AppRecordingStatusDetails.IsCaptureResourceUnavailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the capture resource is currently unavailable.
public:
property bool IsCaptureResourceUnavailable { bool get(); };
bool IsCaptureResourceUnavailable();
public bool IsCaptureResourceUnavailable { get; }
var boolean = appRecordingStatusDetails.isCaptureResourceUnavailable;
Public ReadOnly Property IsCaptureResourceUnavailable As Boolean
Property Value
Boolean
bool
True if the capture resource is currently unavailable; otherwise, false.