|
UserAccountChangePasswordOn Property
|
Change password on date field - for DB authentication only.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntaxpublic DateTime? ChangePasswordOn { get; set; }
Public Property ChangePasswordOn As DateTime?
Get
Set
public:
property Nullable<DateTime> ChangePasswordOn {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ChangePasswordOn : Nullable<DateTime> with get, set
function get_ChangePasswordOn();
function set_ChangePasswordOn(value);
View SourceProperty Value
NullableDateTime
See Also