Click or drag to resize

UserInfoModelManager Property

Gets or sets Manager for a user

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

Property Value

String
Remarks
This value represents the manager unique identifier. The Manager attribute should be the EmpIdentifier of the manager whom this employee should be assigned to. When an employee is assigned to a manager it is done via a User Group. See Configuration > Security > Employee Groups. Also note that the settings in the default user groups under Configuration > General Configuration can change how the user groups name is created.

Note:Value is case insensitive and should be a valid Employee Number/Identifier of a manager for set operations
Example
D9999
See Also