AutomaticAccountUnlock property
Sets or returns the period of time (in minutes) in which accounts will
automatically unlock.
Syntax
C++
HRESULT get_AutomaticAccountUnlock(
VARIANT_BOOL* pAutomaticAccountUnlock)
HRESULT
put_AutomaticAccountUnlock (
VARIANT_BOOL MyAutomaticAccountUnlock)
Scripting languages
Boolean = Object. AutomaticAccountUnlock
Object.AutomaticAccountUnlock
= Boolean
|