Gets or sets the password dialog.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property PasswordDialogType As Type |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomationManager
Dim value As Type
instance.PasswordDialogType = value
value = instance.PasswordDialogType |
C# | |
---|
public Type PasswordDialogType {get; set;} |
Property Value
A type of
System.Windows.Window that represents the password dialog.
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also