PasswordBox.PasswordProperty Property

Definition

Identifies the Password dependency property.

public:
 static property DependencyProperty ^ PasswordProperty { DependencyProperty ^ get(); };
static DependencyProperty PasswordProperty();
public static DependencyProperty PasswordProperty { get; }
var dependencyProperty = PasswordBox.passwordProperty;
Public Shared ReadOnly Property PasswordProperty As DependencyProperty

Property Value

The identifier for the Password dependency property.

Applies to