ArcFM Solution Developer Guide
UpdateUsersLastRxLoginRequest Constructor


User name for which the Last Rx login date is updated
New System.DateTime value to be updated
Initializes the UpdateUserLastRxLoginRequest
Syntax
'Declaration
 
Public Function New( _
   ByVal userName As System.String, _
   ByVal lastLoginDate As System.Date _
)
'Usage
 
Dim userName As System.String
Dim lastLoginDate As System.Date
 
Dim instance As New UpdateUsersLastRxLoginRequest(userName, lastLoginDate)
public UpdateUsersLastRxLoginRequest( 
   System.string userName,
   System.DateTime lastLoginDate
)

Parameters

userName
User name for which the Last Rx login date is updated
lastLoginDate
New System.DateTime value to be updated
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UpdateUsersLastRxLoginRequest Class
UpdateUsersLastRxLoginRequest Members

 

 


Send Comment