WSUserInfoUserInfoGetByEmpIdentifier Method | |
Namespace: AppOne.Web.Service.Services.V1R0.CustomerAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public UserInfoModel UserInfoGetByEmpIdentifier(
string empIdentifier
)
function UserInfoGetByEmpIdentifier(empIdentifier);
Parameters
- empIdentifier String
- A valid employee identifier
Return Value
UserInfoModelA
UserInfoModel object
Remarks
Use this method to get a single user from the data store.
This method will only apply the EmpIdentifier property when performing the lookup.
See Also