SignInConfiguration.SignInAutoRetry 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.
Set the bool value indication that auto retry for sign in is set.
public:
property bool SignInAutoRetry { bool get(); void set(bool value); };
public bool SignInAutoRetry { get; set; }
member this.SignInAutoRetry : bool with get, set
Public Property SignInAutoRetry As Boolean