Share via


SignInConfiguration.SignInAutoRetry property

Set the bool value indication that auto retry for sign in is set.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Property SignInAutoRetry As Boolean
    Get
    Set
'Usage
Dim instance As SignInConfiguration
Dim value As Boolean

value = instance.SignInAutoRetry

instance.SignInAutoRetry = value
public bool SignInAutoRetry { get; set; }

Property value

Type: System.Boolean

See also

Reference

SignInConfiguration class

SignInConfiguration members

Microsoft.Lync.Model namespace