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