AppRecordingResult.Succeeded Property

Definition

Gets a value that indicates if the app recording operations succeeded.

public:
 property bool Succeeded { bool get(); };
bool Succeeded();
public bool Succeeded { get; }
var boolean = appRecordingResult.succeeded;
Public ReadOnly Property Succeeded As Boolean

Property Value

Boolean

bool

True if the recording operation succeeded; otherwise, false.

Applies to