Share via


SignInConfiguration.SignInAutoRetry Property

Get or sets 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