| EligibilityFilterInputContextMemberships Property |
Dictionary where the key is the identity id and the value is a list of context ids that the identity i a member of
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<Guid, List<int>> ContextMemberships { get; set; }
Property Value
Type:
DictionaryGuid,
ListInt32
See Also