Click or drag to resize

ResourceAssignmentEntityIndirect Property

Is the assignment indirect? Example: if user1 is member of group1 and group1 is member of group2 then user1 has an indirect assignment to group2.

Namespace:  Omada.OE.Model.EsAdapter.Entities
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool Indirect { get; set; }

Property Value

Type: Boolean
See Also