GetUserGroupsModelIsManaged Property | |
Whether this group is a managed group or not.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsManaged { get; set; }
function get_IsManaged();
function set_IsManaged(value);
Property Value
BooleanRemarks
An Employee can only be present in one (1) managed group at a time.
Example True
See Also