| 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
Syntaxpublic bool IsManaged { get; set; }function get_IsManaged();
function set_IsManaged(value);
Property Value
Boolean Remarks
Remarks
                An Employee can only be present in one (1) managed group at a time.
                
 Example
ExampleTrue
 See Also
See Also