Click or drag to resize

RequestedResourceAttributesAttributeValues Property

Attribute values picked for the resource. Keys are attribute ids.

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

Property Value

Type: DictionaryInt32, ListString
See Also