Share via


SignInConfiguration.IsPasswordSaved property

Returns true if Lync client saves a user sign in password

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

Syntax

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

value = instance.IsPasswordSaved

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

Property value

Type: System.Boolean

Remarks

Although this is a read/write property, writing a value to this property has no effect on the client.

See also

Reference

SignInConfiguration class

SignInConfiguration members

Microsoft.Lync.Model namespace