[This is preliminary documentation and is subject to change.]
Shows whether the Password is reset. Valid values are "Y" (Password is reset) and "N"
(the Password is not reset).
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool ResetPassword { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ResetPassword As Boolean |
Visual C++ |
---|
public: property bool ResetPassword { bool get (); void set (bool value); } |