AddUserProfileBadge Property | |
Gets the badge number assigned to a user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Badge { get; set; }
function get_Badge();
function set_Badge(value);
Property Value
StringRemarks
Gets the badge number assigned to a user. This value represents a users badge number. This optional value is used to identify the badge that may have been assigned to a user in a system were badges are used. In some systems
the
EmpIdentifier may be used also as the badge number. The maximum length for this value is 50 characters.
Note |
---|
Setup:
Manager > Employees > Information Tab
|
Example MI6
See Also