UserInfoModelGroupManagerIDList Property | |
Gets or sets the Manager ID List for an employee
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<int> GroupManagerIDList { get; set; }
function get_GroupManagerIDList();
function set_GroupManagerIDList(value);
Property Value
ListInt32Remarks
Gets or sets the Manager ID List for an employee .
Example 123
See Also