Click or drag to resize

ResourceAttributesAttributes Property

Dictionary where key is the integer Id of an attribute, and values are list of attribute values converted to string

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<string, List<string>> Attributes { get; set; }

Property Value

Type: DictionaryString, ListString
See Also