Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Shared ReadOnly Property AutoCompletePassword As Setting
public static Setting AutoCompletePassword { get; }
public:
static property Setting^ AutoCompletePassword {
Setting^ get ();
}
static member AutoCompletePassword : Setting with get
static function get AutoCompletePassword () : Setting
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The auto complete password setting for a user.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.