  | UserMustChangePasswordAtNextLogon Property  | 
 
            Whether the user has to change their password at their next logon.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic bool MustChangePasswordAtNextLogon { get; set; }Public Property MustChangePasswordAtNextLogon As Boolean
	Get
	Set
public:
property bool MustChangePasswordAtNextLogon {
	bool get ();
	void set (bool value);
}member MustChangePasswordAtNextLogon : bool with get, set
Property Value
Type: 
Boolean
See Also