SAapi Object : SetUserExpirationDate Method |
The last date the user is valid. Date format is yyyy-MM-dd.
If user does not expire, pass an empty string.
Visual Basic |
---|
Public Function SetUserExpirationDate( _ ByVal UserName As String, _ ByVal ExpirationDate As String _ ) As String |
The last date the user is valid. Date format is yyyy-MM-dd.
If user does not expire, pass an empty string.