| UserPasswordExpired Property |
Whether the user's password has expired.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool PasswordExpired { get; }
Public ReadOnly Property PasswordExpired As Boolean
Get
public:
property bool PasswordExpired {
bool get ();
}
member PasswordExpired : bool with get
Property Value
Type:
BooleanSee Also