SignInConfiguration.IsPasswordSaved Property
Gets or sets the save password flag.
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