AddEmployeeToAccountSetup Constructor
Username of the Account team member .
Identifier of the Account the Employee is being added to .
Initializes a new instance of the AddEmployeeToAccountSetup class.
Syntax
'Declaration
<ConstructorIndexAttribute()>
Public Function New( _
ByVal _userName_ As String, _
ByVal _accountIDNum_ As String _
)
[ConstructorIndexAttribute()]
public AddEmployeeToAccountSetup(
string _userName_,
string _accountIDNum_
)
Parameters
userName
Username of the Account team member .
accountIDNum
Identifier of the Account the Employee is being added to .
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
AddEmployeeToAccountSetup Class
AddEmployeeToAccountSetup Members