The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PlaybackSettings::MaximumRetryCount Property
Gets or sets the number of times a retry can be done for a single action via PlaybackError handler in a coded ui test.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: property int MaximumRetryCount { [CompilerGeneratedAttribute] int get(); [CompilerGeneratedAttribute] void set(int value); }
Property Value
Type: System::Int32
Show: