ALM Site Administratation Client Type Library
SetUserExpirationDate Method
UserName
The user name defined in the ALM database.
ExpirationDate

The last date the user is valid. Date format is yyyy-MM-dd.

If user does not expire, pass an empty string.

Description

Sets an expiration date for an ALM site user.

Syntax

Visual Basic
Public Function SetUserExpirationDate( _
   ByVal UserName As String, _
   ByVal ExpirationDate As String _
) As String

Parameters

UserName
The user name defined in the ALM database.
ExpirationDate

The last date the user is valid. Date format is yyyy-MM-dd.

If user does not expire, pass an empty string.

Return Type

Returns the user properties.

Remarks

On success, returns the user properties.

See Also

Send documentation feedback to HP.