Click or drag to resize

UserProfileWebLogin Property

Gets the user name or WebLogin assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string WebLogin { get; set; }

Property Value

String
Remarks
Gets the user name or WebLogin assigned to a user. This value represents a login user name of the user when getting access to the time-web system. The maximum length for this value is 100 characters.

Note  Note
Setup:
Manager > Employees > Information Tab
Note  Note
The WebLogin should be unique for each user. A user must have a WebLogin to gain access to the startustime system.
Example
lsmith
See Also