Responder 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 String, _
   ByVal lastLoginDate As Date _
)
'Usage
 
Dim userName As String
Dim lastLoginDate As Date
 
Dim instance As New UpdateUsersLastRxLoginRequest(userName, lastLoginDate)
public UpdateUsersLastRxLoginRequest( 
   string userName,
   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