Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the auto complete value for passwords.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public static Setting AutoCompletePassword { get; }
public:
property Setting^ AutoCompletePassword {
static Setting^ get();
}
static member AutoCompletePassword : Setting with get
Public Shared ReadOnly Property AutoCompletePassword As Setting
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The auto complete password setting for a user.
See Also
Setting
IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top