  | UserBadPasswordCount Property  | 
 
            The number of times the user has entered a bad password.
            Returns a negative number is there is an error retrieving the value.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic int BadPasswordCount { get; }Public ReadOnly Property BadPasswordCount As Integer
	Get
public:
property int BadPasswordCount {
	int get ();
}member BadPasswordCount : int with get
Property Value
Type: 
Int32
See Also